Package org.swisspush.gateleen.core.util
Class ResourceCollectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.swisspush.gateleen.core.util.ResourceCollectionException
-
- All Implemented Interfaces:
Serializable
public class ResourceCollectionException extends Exception
- Author:
- https://github.com/mcweba [Marc-Andre Weber]
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourceCollectionException(String message)ResourceCollectionException(String message, StatusCode statusCode)ResourceCollectionException(String message, StatusCode statusCode, Throwable cause)ResourceCollectionException(StatusCode statusCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StatusCodegetStatusCode()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ResourceCollectionException
public ResourceCollectionException(String message)
-
ResourceCollectionException
public ResourceCollectionException(StatusCode statusCode)
-
ResourceCollectionException
public ResourceCollectionException(String message, StatusCode statusCode)
-
ResourceCollectionException
public ResourceCollectionException(String message, StatusCode statusCode, Throwable cause)
-
-
Method Detail
-
getStatusCode
public StatusCode getStatusCode()
-
-