public class KerberosPrincipalAlreadyExistsException extends KerberosOperationException
Constructor and Description |
---|
KerberosPrincipalAlreadyExistsException(String message)
Creates a new KerberosPrincipalAlreadyExistsException with a message
|
KerberosPrincipalAlreadyExistsException(String message,
Throwable cause)
Creates a new KerberosPrincipalAlreadyExistsException with a message and a cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public KerberosPrincipalAlreadyExistsException(String message)
message
- a String containing the message indicating the reason for this exceptionpublic KerberosPrincipalAlreadyExistsException(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.