Package com.osohq.oso
Class Exceptions.OsoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.osohq.oso.Exceptions.OsoException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Exceptions.AuthorizationException
,Exceptions.FFIErrorNotFound
,Exceptions.OperationalError
,Exceptions.ParseError
,Exceptions.PolarRuntimeException
,Exceptions.ValidationError
- Enclosing class:
- Exceptions
public static class Exceptions.OsoException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OsoException(String msg)
OsoException(String msg, Map<String,Object> details)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
getDetails()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-