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