Class InternalErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.apple.foundationdb.relational.api.exceptions.RelationalException
-
- com.apple.foundationdb.relational.api.exceptions.InternalErrorException
-
- All Implemented Interfaces:
java.io.Serializable
@API(EXPERIMENTAL) public class InternalErrorException extends RelationalException
Internal type of relational exception. Considered for removal to replace with usingRelationalException
directly.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InternalErrorException(java.lang.String message)
InternalErrorException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class com.apple.foundationdb.relational.api.exceptions.RelationalException
addContext, getContext, getErrorCode, toSqlException, toUncheckedWrappedException, withContext
-
-