public class PreconditionFailedException
extends com.netflix.genie.common.internal.exceptions.checked.GenieCheckedException
| Constructor and Description |
|---|
PreconditionFailedException()
Constructor.
|
PreconditionFailedException(java.lang.String message)
Constructor.
|
PreconditionFailedException(java.lang.String message,
java.lang.Throwable cause)
Constructor.
|
PreconditionFailedException(java.lang.Throwable cause)
Constructor.
|
public PreconditionFailedException()
public PreconditionFailedException(java.lang.String message)
message - The detail messagepublic PreconditionFailedException(java.lang.String message,
java.lang.Throwable cause)
message - The detail messagecause - The root cause of this exceptionpublic PreconditionFailedException(java.lang.Throwable cause)
cause - The root cause of this exception