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