Class SerializerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.shenyu.common.exception.SerializerException
-
- All Implemented Interfaces:
java.io.Serializable
public class SerializerException extends java.lang.RuntimeExceptionSerializerException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SerializerException(java.lang.String message)Instantiates a new Serializer exception.SerializerException(java.lang.String message, java.lang.Throwable throwable)Instantiates a new Serializer exception.SerializerException(java.lang.Throwable e)Instantiates a new Serializer exception.
-
-
-
Constructor Detail
-
SerializerException
public SerializerException(java.lang.Throwable e)
Instantiates a new Serializer exception.- Parameters:
e- the e
-
SerializerException
public SerializerException(java.lang.String message)
Instantiates a new Serializer exception.- Parameters:
message- the message
-
SerializerException
public SerializerException(java.lang.String message, java.lang.Throwable throwable)Instantiates a new Serializer exception.- Parameters:
message- the messagethrowable- the throwable
-
-