public class KerberosOperationException extends Exception
| Constructor and Description |
|---|
KerberosOperationException(String message)
Creates a new KerberosOperationException with a message
|
KerberosOperationException(String message,
Throwable cause)
Creates a new KerberosOperationException with a message and a cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic KerberosOperationException(String message)
message - a String containing the message indicating the reason for this exceptionpublic KerberosOperationException(String message, Throwable cause)
message - a String containing the message indicating the reason for this exceptioncause - a Throwable declaring the previously thrown Throwable that led to this exceptionCopyright © 2022 Apache Software Foundation. All rights reserved.