Class InterceptorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.terrestris.shoguncore.util.interceptor.InterceptorException
-
- All Implemented Interfaces:
java.io.Serializable
public class InterceptorException extends java.lang.Exception- Author:
- Daniel Koch, terrestris GmbH & Co. KG
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InterceptorException()InterceptorException(java.lang.String message)InterceptorException(java.lang.String message, java.lang.Throwable cause)InterceptorException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
InterceptorException
public InterceptorException()
-
InterceptorException
public InterceptorException(java.lang.String message)
- Parameters:
message-
-
InterceptorException
public InterceptorException(java.lang.Throwable cause)
- Parameters:
cause-
-
InterceptorException
public InterceptorException(java.lang.String message, java.lang.Throwable cause)- Parameters:
message-cause-
-
-