Class PreconditionFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.connector.renditions.exceptions.RenderingException
com.saperion.connector.renditions.exceptions.PreconditionFailedException
- All Implemented Interfaces:
Serializable
Exception thrown when a precondition was violated.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new precondition failed exception.PreconditionFailedException(String message) Instantiates a new precondition failed exception.PreconditionFailedException(String message, Throwable cause) Instantiates a new precondition failed exception.Instantiates a new precondition failed exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PreconditionFailedException
public PreconditionFailedException()Instantiates a new precondition failed exception. -
PreconditionFailedException
Instantiates a new precondition failed exception.- Parameters:
message- the messagecause- the cause
-
PreconditionFailedException
Instantiates a new precondition failed exception.- Parameters:
message- the message
-
PreconditionFailedException
Instantiates a new precondition failed exception.- Parameters:
cause- the cause
-