Package one.microstream.afs.exceptions
Class AfsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
one.microstream.exceptions.BaseException
one.microstream.afs.exceptions.AfsException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 AfsExceptionConflict,AfsExceptionConsistency,AfsExceptionMutation,AfsExceptionReadOnly,AfsExceptionRetiredFile,AfsExceptionUnresolvablePathElement,AfsExceptionUnresolvableRoot
public class AfsException extends BaseException
- See Also:
 - Serialized Form
 
- 
Constructor Summary
Constructors Constructor Description AfsException()AfsException(String message)AfsException(String message, Throwable cause)AfsException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)AfsException(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
- 
AfsException
public AfsException() - 
AfsException
 - 
AfsException
 - 
AfsException
 - 
AfsException
 
 -