Package com.evolveum.midpoint.ninja.impl
Class RestServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.evolveum.midpoint.ninja.impl.NinjaException
-
- com.evolveum.midpoint.ninja.impl.RestServiceException
-
- All Implemented Interfaces:
Serializable
public class RestServiceException extends NinjaException
Created by Viliam Repan (lazyman).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RestServiceException(String message)
RestServiceException(String message, OperationResult result)
RestServiceException(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
-
-
-
-
Constructor Detail
-
RestServiceException
public RestServiceException(String message)
-
RestServiceException
public RestServiceException(String message, OperationResult result)
-
-