com.sap.conn.jco.server
Class JCoApplicationAuthorizationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sap.conn.jco.server.JCoApplicationAuthorizationException
All Implemented Interfaces:
java.io.Serializable

public class JCoApplicationAuthorizationException
extends java.lang.Exception

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

See Also:
Serialized Form

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

JCoApplicationAuthorizationException

public JCoApplicationAuthorizationException()
Creates a new instance of an application authorization exception.


JCoApplicationAuthorizationException

public JCoApplicationAuthorizationException(java.lang.String message)
Creates a new instance of an application authorization exception with the given message.

Parameters:
message - exception message

JCoApplicationAuthorizationException

public 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.

Parameters:
message - exception message
cause - causing exception

JCoApplicationAuthorizationException

public JCoApplicationAuthorizationException(java.lang.Throwable cause)
Creates a new instance of an application authorization exception with the given cause exception.

Parameters:
cause - causing exception


Copyright © 2008-2014 SAP AG. All Rights Reserved.