org.glite.security.delegation
Class DelegationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.glite.security.delegation.DelegationException
All Implemented Interfaces:
java.io.Serializable

public class DelegationException
extends java.lang.Exception

Exception to be thrown if there is a problem during delegation handling.

See Also:
Serialized Form

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

DelegationException

public DelegationException()
The default constructor.


DelegationException

public DelegationException(java.lang.String msg)
Constructor with message.

Parameters:
msg - The error message.
Method Detail

getMsg

public java.lang.String getMsg()
Gets the msg value for this DelegationException.

Returns:
msg The cause of the delegation exception on the server side.

setMsg

public void setMsg(java.lang.String msg)
Sets the msg value for this DelegationException.

Parameters:
msg - The cause of the delegation exception on the server side.


Copyright © 2004-2008. EU-EGEE