|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sap.conn.jco.server.JCoApplicationAuthorizationException
public class JCoApplicationAuthorizationException
Using this exception the application's security handler notifies the sender system, that the user, who initiated a remote call, does not have enough permissions
Constructor Summary | |
---|---|
JCoApplicationAuthorizationException()
Creates a new instance of an application authorization exception. |
|
JCoApplicationAuthorizationException(java.lang.String message)
Creates a new instance of an application authorization exception with the given message. |
|
JCoApplicationAuthorizationException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance of an application authorization exception with the given message and a cause exception. |
|
JCoApplicationAuthorizationException(java.lang.Throwable cause)
Creates a new instance of an application authorization exception with the given cause exception. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JCoApplicationAuthorizationException()
public JCoApplicationAuthorizationException(java.lang.String message)
message
- exception messagepublic JCoApplicationAuthorizationException(java.lang.String message, java.lang.Throwable cause)
message
- exception messagecause
- causing exceptionpublic JCoApplicationAuthorizationException(java.lang.Throwable cause)
cause
- causing exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |