com.iplanet.trustbase.initiator.dsms
Class CSCMessageException

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

public class CSCMessageException
extends CSCException

Exception thrown by the Message Factory implementations - it is then re-thrown by the CSCEngine

See Also:
MessageFactory, CSCEngine, CSCException, Serialized Form

Constructor Summary
CSCMessageException(java.lang.String mess)
          Construct a CSCMessageException
CSCMessageException(java.lang.String mess, java.lang.Throwable throwable)
          Construct a CSCMessageException
CSCMessageException(java.lang.String mess, java.lang.Throwable throwable, java.lang.Object[] args)
          Construct a CSCMessageException
 
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

CSCMessageException

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

CSCMessageException

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

CSCMessageException

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