Package com.evolveum.midpoint.ninja.impl
Class NinjaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.evolveum.midpoint.ninja.impl.NinjaException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConfigurationException
,RestServiceException
public class NinjaException extends RuntimeException
Created by Viliam Repan (lazyman).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NinjaException(String message)
NinjaException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-