com.iplanet.trustbase.initiator.dsms
Class CSCProtocolException

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.CSCProtocolException
All Implemented Interfaces:
java.io.Serializable

public class CSCProtocolException
extends CSCException

Exception thrown by the ProtocolAdapter implementations - it is then re-thrown by the CSCEngine

See Also:
ProtocolAdapter, CSCEngine, CSCException, Serialized Form

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

CSCProtocolException

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

CSCProtocolException

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

CSCProtocolException

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