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