com.iplanet.trustbase.initiator.dsms
Class CSCException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.iplanet.trustbase.initiator.InitiatorException
                    |
                    +--com.iplanet.trustbase.initiator.dsms.CSCException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CSCMessageException, CSCProtocolException

public class CSCException
extends InitiatorException

Base class exception for all DSMS based exceptions.

See Also:
InitiatorException, Serialized Form

Constructor Summary
CSCException(java.lang.String mess)
          Construct a CSCException
CSCException(java.lang.String mess, java.lang.Throwable throwable)
          Construct a CSCException
CSCException(java.lang.String mess, java.lang.Throwable throwable, java.lang.Object[] args)
          Construct a CSCException
 
Methods inherited from class com.iplanet.trustbase.initiator.InitiatorException
getArgs, getNestedException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CSCException

public CSCException(java.lang.String mess)
Construct a CSCException
Parameters:
message - a message code

CSCException

public CSCException(java.lang.String mess,
                    java.lang.Throwable throwable)
Construct a CSCException
Parameters:
message - a message code
throwable - a supporting exception

CSCException

public CSCException(java.lang.String mess,
                    java.lang.Throwable throwable,
                    java.lang.Object[] args)
Construct a CSCException
Parameters:
message - a message code
throwable - a supporting exception
args - further supporting information