Class TypeConversionException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class TypeConversionException extends SecureStoreExceptionSignals that an error occurred when converting data types during operations of SecureKeyValueStore, SecureDatabaseStore, or SecureDatabaseResultSet.
-
-
Constructor Summary
Constructors Constructor Description TypeConversionException(String message, Throwable cause)Constructs a TypeConversionExceptionwith the specified message and cause.TypeConversionException(String message)Constructs a TypeConversionExceptionwith the specified message.
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
TypeConversionException
TypeConversionException(String message, Throwable cause)
Constructs a
TypeConversionExceptionwith the specified message and cause.- Parameters:
message- the detail message which is saved for later retrieval by the getMessage methodcause- the cause which is saved for later retrieval by the getCause method.
-
TypeConversionException
TypeConversionException(String message)
Constructs a
TypeConversionExceptionwith the specified message.- Parameters:
message- the detail message which is saved for later retrieval by the getMessage method
-
-
-
-