|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.openmdx.uses.net.sourceforge.jradiusclient.exception.RadiusException
public class RadiusException
Radius Exception
| Constructor Summary | |
|---|---|
RadiusException(Exception cause)
Constructor |
|
RadiusException(Exception cause,
BasicException.Parameter[] parameters,
String description)
Constructor |
|
RadiusException(Exception cause,
String message)
Constructor |
|
RadiusException(String message)
Constructor |
|
| Method Summary | |
|---|---|
Throwable |
getCause()
Returns the cause of an exception. |
BasicException |
getCause(String exceptionDomain)
Returns the cause belonging to a specific exception domain. |
int |
getExceptionCode()
Retrieves the exception code of this ServiceException. |
String |
getExceptionDomain()
Retrieves the exception domain of this ServiceException. |
BasicException |
getExceptionStack()
Return a StackedException, this exception object's cause. |
String |
getMessage()
Returns the detail message string of this RuntimeServiceException. |
BasicException |
getStackedException()
Deprecated. use getExceptionStack() |
Throwable |
initCause(Throwable cause)
Initializes the cause of this throwable to the specified value. |
void |
printStackTrace(PrintStream s)
|
void |
printStackTrace(PrintWriter s)
|
String |
toString()
A String consisting of the class of this exception, the exception domain, the exception code, the exception description and the exception stack. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RadiusException(String message)
message - public RadiusException(Exception cause)
cause -
public RadiusException(Exception cause,
String message)
cause - message -
public RadiusException(Exception cause,
BasicException.Parameter[] parameters,
String description)
cause - parameters - description - | Method Detail |
|---|
public final BasicException getStackedException()
public BasicException getExceptionStack()
getExceptionStack in interface BasicException.Wrapperpublic String getExceptionDomain()
ServiceException.
getExceptionDomain in interface BasicException.Wrapperpublic int getExceptionCode()
ServiceException.
getExceptionCode in interface BasicException.Wrapperpublic BasicException getCause(String exceptionDomain)
getCause in interface BasicException.WrapperexceptionDomain - the desired exception domain,
or null to retrieve the initial cause.
exceptionDomain is
null.public String getMessage()
getMessage in interface BasicException.WrappergetMessage in class Throwablepublic String toString()
toString in class Throwablepublic Throwable initCause(Throwable cause)
initCause in class Throwablecause - the cause (which is saved for later retrieval by the
getCause() method). (A null value is permitted, and indicates
that the cause is nonexistent or unknown.)
IllegalArgumentException - if cause is this throwable.
(A throwable cannot be its own cause.)
IllegalStateException - if the cause is already set.public Throwable getCause()
getCause in class Throwablepublic void printStackTrace(PrintStream s)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter s)
printStackTrace in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||