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:
java.io.Serializable
public class PreconditionFailedException extends RenderingException
Exception thrown when a precondition was violated.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PreconditionFailedException()Instantiates a new precondition failed exception.PreconditionFailedException(java.lang.String message)Instantiates a new precondition failed exception.PreconditionFailedException(java.lang.String message, java.lang.Throwable cause)Instantiates a new precondition failed exception.PreconditionFailedException(java.lang.Throwable cause)Instantiates a new precondition failed exception.
-
-
-
Constructor Detail
-
PreconditionFailedException
public PreconditionFailedException()
Instantiates a new precondition failed exception.
-
PreconditionFailedException
public PreconditionFailedException(java.lang.String message, java.lang.Throwable cause)Instantiates a new precondition failed exception.- Parameters:
message- the messagecause- the cause
-
PreconditionFailedException
public PreconditionFailedException(java.lang.String message)
Instantiates a new precondition failed exception.- Parameters:
message- the message
-
PreconditionFailedException
public PreconditionFailedException(java.lang.Throwable cause)
Instantiates a new precondition failed exception.- Parameters:
cause- the cause
-
-