Package com.identityworksllc.iiq.common
Class ObjectMapper.ObjectMapperException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.identityworksllc.iiq.common.ObjectMapper.ObjectMapperException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ObjectMapper<T>
public static class ObjectMapper.ObjectMapperException extends Exception
The exception type thrown by all mapper methods- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectMapperException()
ObjectMapperException(String message)
ObjectMapperException(String message, Throwable cause)
ObjectMapperException(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
-
ObjectMapperException
public ObjectMapperException()
-
ObjectMapperException
public ObjectMapperException(String message)
-
ObjectMapperException
public ObjectMapperException(String message, Throwable cause)
-
ObjectMapperException
public ObjectMapperException(Throwable cause)
-
-