Package com.opencloud.sentinel.mapper
Class MapperException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.opencloud.sentinel.mapper.MapperException
-
- All Implemented Interfaces:
java.io.Serializable
public class MapperException extends java.lang.Exception
Exception thrown by mappers which are unable to perform mapping due to missing message content or incorrect configuration- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MapperException(java.lang.String s)
MapperException(java.lang.String s, java.lang.Throwable throwable)
-