Class PrincipalAccessException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sap.cloud.sdk.cloudplatform.security.principal.exception.PrincipalAccessException
All Implemented Interfaces:
Serializable

public class PrincipalAccessException extends RuntimeException
An exception that is thrown in case of any errors in the PrincipalFacade.
See Also:
  • Constructor Details

    • PrincipalAccessException

      public PrincipalAccessException(@Nonnull String message)
      Creates a new PrincipalAccessException with the given message.
      Parameters:
      message - The message of this PrincipalAccessException.
    • PrincipalAccessException

      public PrincipalAccessException(@Nonnull Throwable cause)
      Creates a new PrincipalAccessException with the given cause.
      Parameters:
      cause - The reason this exception is thrown.
    • PrincipalAccessException

      public PrincipalAccessException(@Nonnull String message, @Nonnull Throwable cause)
      Creates a new PrincipalAccessException with the given message and the given cause.
      Parameters:
      message - The message of this PrincipalAccessException.
      cause - The reason this exception is thrown.
    • PrincipalAccessException

      public PrincipalAccessException()