org.globus.ogsa.impl.base.cas.client
Class CasClientException

java.lang.Object
  extended byChainedException
      extended byorg.globus.ogsa.impl.base.cas.client.CasClientException

public class CasClientException
extends ChainedException

Exception thrown by CAS client helper code.

See Also:
Serialized Form

Constructor Summary
CasClientException()
           
CasClientException(java.lang.Exception e)
           
CasClientException(java.lang.String message)
           
CasClientException(java.lang.String message, java.lang.Exception e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CasClientException

public CasClientException()

CasClientException

public CasClientException(java.lang.String message)

CasClientException

public CasClientException(java.lang.Exception e)

CasClientException

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