net.sf.jradius.exception
Class RadiusException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.jradius.exception.RadiusException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidParameterException, NoSuchSessionException, RadiusSecurityException, StandardViolatedException, TimeoutException, UnknownAttributeException, WebServiceException

public class RadiusException
extends java.lang.Exception

RADIUS Exception

Author:
David Bird
See Also:
Serialized Form

Constructor Summary
RadiusException(java.lang.Exception e)
           
RadiusException(java.lang.String message)
           
RadiusException(java.lang.String message, java.lang.Exception e)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RadiusException

public RadiusException(java.lang.String message)

RadiusException

public RadiusException(java.lang.String message,
                       java.lang.Exception e)

RadiusException

public RadiusException(java.lang.Exception e)


Copyright © 2006 The JRadius Project, All Rights Reserved.