public class RadiusPacketFailedAccessException
extends java.lang.Exception
Constructor and Description |
---|
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. |
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.