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