Package de.trustable.ca3s.core.exception
Class CAFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.trustable.ca3s.core.exception.CAFailureException
-
- All Implemented Interfaces:
Serializable
public class CAFailureException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CAFailureException()CAFailureException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CAFailureException
public CAFailureException()
-
CAFailureException
public CAFailureException(String msg)
-
-