|
|||||||||
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.glite.security.delegation.DelegationException
public class DelegationException
Exception to be thrown if there is a problem during delegation handling.
Constructor Summary | |
---|---|
DelegationException()
The default constructor. |
|
DelegationException(java.lang.String msg)
Constructor with message. |
Method Summary | |
---|---|
java.lang.String |
getMsg()
Gets the msg value for this DelegationException. |
void |
setMsg(java.lang.String msg)
Sets the msg value for this DelegationException. |
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 |
---|
public DelegationException()
public DelegationException(java.lang.String msg)
msg
- The error message.Method Detail |
---|
public java.lang.String getMsg()
public void setMsg(java.lang.String msg)
msg
- The cause of the delegation exception on the server side.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |