Class RestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- de.adorsys.aspsp.xs2a.connector.config.rest.RestException
-
- All Implemented Interfaces:
Serializable
public class RestException extends IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RestException(org.springframework.http.HttpStatus httpStatus, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.HttpStatusgetHttpStatus()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RestException
public RestException(org.springframework.http.HttpStatus httpStatus, String message)
-
-