net.juniper.smgt.sae.radiuslib
Class RadiusPacketFailedAccessException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--net.juniper.smgt.sae.radiuslib.RadiusPacketFailedAccessException
- All Implemented Interfaces:
- Serializable
- public class RadiusPacketFailedAccessException
- extends Exception
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.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RadiusPacketFailedAccessException
public RadiusPacketFailedAccessException(String msg)
- Creates a
RadiusPacketFailedAccessException that includes
a specified message to provide information about the error.
- Parameters:
msg - Message that provides information about the problem
encountered.
RadiusPacketFailedAccessException
public RadiusPacketFailedAccessException(Throwable cause)
- Creates a
RadiusPacketFailedAccessException that provides
information about the cause of the error.
- Parameters:
cause - Cause of error.