Module ibm.crypto.ibmjcehybrid
Class IBMJCEHybridException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.crypto.ibmjcehybrid.provider.IBMJCEHybridException
- All Implemented Interfaces:
Serializable
This class implements an exception that can be thrown by the
IBMJCEHYBRID provider.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorIBMJCEHybridException(String message) ConstructorIBMJCEHybridException(String message, Throwable c) ConstructorIBMJCEHybridException(String message, Vector<Exception> exceptionvec) ConstructorConstructor -
Method Summary
Modifier and TypeMethodDescriptionThis methodtoString()This method displays the string representation of this exception including the underlying cause and the vector of exceptions.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
IBMJCEHybridException
Constructor- Parameters:
message- The message associated with the exception.exceptionvec- The Vector of exceptions to be contained within the exception.
-
IBMJCEHybridException
public IBMJCEHybridException()Constructor -
IBMJCEHybridException
Constructor- Parameters:
message- The message associated with the exception.
-
IBMJCEHybridException
Constructor- Parameters:
message- The message associated with the exception.c- The underlying cause of the exception.
-
IBMJCEHybridException
Constructor- Parameters:
c- The underlying cause of the exception.
-
-
Method Details
-
getEmbeddedExceptionVector
This method- Returns:
- Vector The Vector of exceptions associated with this exception.
-
toString
This method displays the string representation of this exception including the underlying cause and the vector of exceptions.
-