public class JCoApplicationAuthorizationException extends Exception
Constructor and Description |
---|
JCoApplicationAuthorizationException()
Creates a new instance of an application authorization exception.
|
JCoApplicationAuthorizationException(String message)
Creates a new instance of an application authorization exception with the given message.
|
JCoApplicationAuthorizationException(String message,
Throwable cause)
Creates a new instance of an application authorization exception with the given message and
a cause exception.
|
JCoApplicationAuthorizationException(Throwable cause)
Creates a new instance of an application authorization exception with the given cause exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JCoApplicationAuthorizationException()
public JCoApplicationAuthorizationException(String message)
message
- exception messagepublic JCoApplicationAuthorizationException(String message, Throwable cause)
message
- exception messagecause
- causing exceptionpublic JCoApplicationAuthorizationException(Throwable cause)
cause
- causing exceptionCopyright © 2024 SAP. All rights reserved.