Class FailureRestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.gentics.contentnode.rest.client.exceptions.RestException
-
- com.gentics.contentnode.rest.client.exceptions.FailureRestException
-
- All Implemented Interfaces:
Serializable
public class FailureRestException extends RestException
Exception that is thrown when an unexpected error has occurred (example: a database error prevented saving)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FailureRestException(String message)
Create an instance
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FailureRestException
public FailureRestException(String message)
Create an instance- Parameters:
message
- message
-
-