Package org.wso2.msf4j.example.exception
Class GenericServerErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.wso2.msf4j.example.exception.GenericServerErrorException
-
- All Implemented Interfaces:
java.io.Serializable
public class GenericServerErrorException extends java.lang.ExceptionThrown when a generic exception occurs while handling a micro service request- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description GenericServerErrorException()GenericServerErrorException(java.lang.String message)GenericServerErrorException(java.lang.String message, java.lang.Throwable cause)protectedGenericServerErrorException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)GenericServerErrorException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
GenericServerErrorException
public GenericServerErrorException()
-
GenericServerErrorException
public GenericServerErrorException(java.lang.String message)
-
GenericServerErrorException
public GenericServerErrorException(java.lang.String message, java.lang.Throwable cause)
-
GenericServerErrorException
public GenericServerErrorException(java.lang.Throwable cause)
-
GenericServerErrorException
protected GenericServerErrorException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
-