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 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 |
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 codethrowable
- 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 codethrowable
- a supporting exceptionargs
- further supporting information