Package one.microstream.exceptions
Class UnhandledPlatformError
java.lang.Object
java.lang.Throwable
java.lang.Error
one.microstream.exceptions.UnhandledPlatformError
- All Implemented Interfaces:
 Serializable
public class UnhandledPlatformError extends Error
- See Also:
 - Serialized Form
 
- 
Constructor Summary
Constructors Constructor Description UnhandledPlatformError()UnhandledPlatformError(String message)UnhandledPlatformError(String message, Throwable cause)UnhandledPlatformError(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)UnhandledPlatformError(Throwable cause) - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
UnhandledPlatformError
public UnhandledPlatformError() - 
UnhandledPlatformError
 - 
UnhandledPlatformError
 - 
UnhandledPlatformError
 - 
UnhandledPlatformError
 
 -