|
Core API 7.14 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.juniper.smgt.sae.radiuslib.RadiusPacketFailedAccessException
public class RadiusPacketFailedAccessException
This exception is raised when a string that represents an identifier for a RADIUS attribute does not correspond to a valid RADIUS attribute, or when the value of a RADIUS attribute is different from the expected type.
Constructor Summary | |
---|---|
RadiusPacketFailedAccessException(java.lang.String msg)
Creates a RadiusPacketFailedAccessException that includes
a specified message to provide information about the error. |
|
RadiusPacketFailedAccessException(java.lang.Throwable cause)
Creates a RadiusPacketFailedAccessException that provides
information about the cause of the error. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RadiusPacketFailedAccessException(java.lang.String msg)
RadiusPacketFailedAccessException
that includes
a specified message to provide information about the error.
msg
- Message that provides information about the problem
encountered.public RadiusPacketFailedAccessException(java.lang.Throwable cause)
RadiusPacketFailedAccessException
that provides
information about the cause of the error.
cause
- Cause of error.
|
Core API 7.14 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |