public class EacProvisioningException extends Exception
| Constructor and Description |
|---|
EacProvisioningException()
Generic constructor.
|
EacProvisioningException(String message)
Constructor that takes an error message as input.
|
EacProvisioningException(String message,
Throwable cause)
Constructor that takes an error message and a nested Throwable as input.
|
EacProvisioningException(Throwable cause)
Constructor that takes a nested Throwable as input.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EacProvisioningException()
public EacProvisioningException(String message)
message - Error message associated with this exception.public EacProvisioningException(Throwable cause)
cause - The nested Throwable associated with this exception.Copyright © 2015, Oracle and/or its affiliates. All rights reserved.