public final class DelegationException extends RuntimeException
RuntimeException caused by failure of a hub to delegate a
JobService request to a connected server.| Constructor and Description |
|---|
DelegationException()
Creates a new
DelegationException. |
DelegationException(String message)
Creates a new
DelegationException. |
DelegationException(String message,
Throwable cause)
Creates a new
DelegationException. |
DelegationException(Throwable cause)
Creates a new
DelegationException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DelegationException()
DelegationException.public DelegationException(String message, Throwable cause)
DelegationException.message - A description of the exceptional condition.cause - The cause of the exceptional condition.public DelegationException(String message)
DelegationException.message - A description of the exceptional condition.public DelegationException(Throwable cause)
DelegationException.cause - The cause of the exceptional condition.Copyright © 2016. All rights reserved.