- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.skuzzle.test.snapshots.SnapshotException
-
- All Implemented Interfaces:
Serializable
@API(status=MAINTAINED) public class SnapshotException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SnapshotException()SnapshotException(String message)SnapshotException(String message, Throwable cause)SnapshotException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)SnapshotException(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 Detail
-
SnapshotException
public SnapshotException()
-
SnapshotException
public SnapshotException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
SnapshotException
public SnapshotException(String message)
-
SnapshotException
public SnapshotException(Throwable cause)
-
-