public class PrincipalAttributeException extends RuntimeException
Constructor and Description |
---|
PrincipalAttributeException() |
PrincipalAttributeException(String message)
Creates a new
PrincipalAttributeException with the given message. |
PrincipalAttributeException(String message,
Throwable cause)
Creates a new
PrincipalAttributeException with the given message and the given cause. |
PrincipalAttributeException(Throwable cause)
Creates a new
PrincipalAttributeException with the given cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PrincipalAttributeException(@Nonnull String message)
PrincipalAttributeException
with the given message.message
- The message of this PrincipalAttributeException
.public PrincipalAttributeException(@Nonnull Throwable cause)
PrincipalAttributeException
with the given cause.cause
- The reason this exception is thrown.public PrincipalAttributeException(@Nonnull String message, @Nonnull Throwable cause)
PrincipalAttributeException
with the given message and the given cause.message
- The message of this PrincipalAttributeException
.cause
- The reason this exception is thrown.public PrincipalAttributeException()
Copyright © 2020 SAP SE. All rights reserved.