jACOB 2.7 API Documentation.

de.tif.jacob.core.exception
Class AuthorizationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.tif.jacob.core.exception.UserException
              extended by de.tif.jacob.core.exception.AuthorizationException
All Implemented Interfaces:
java.io.Serializable

public class AuthorizationException
extends UserException

This exception indicates that an authorization problem has occured, i.e. insufficient rights or no rights at all exist to perform the desired operation.

See Also:
Serialized Form

Field Summary
static java.lang.String RCS_ID
          The internal revision control system id.
static java.lang.String RCS_REV
          The internal revision control system id in short form.
 
Constructor Summary
AuthorizationException()
          Constructs the AuthorizationException.
AuthorizationException(Message message)
          Constructs the AuthorizationException.
AuthorizationException(java.lang.String message)
          Constructs the AuthorizationException.
 
Method Summary
 
Methods inherited from class de.tif.jacob.core.exception.UserException
getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RCS_ID

public static final transient java.lang.String RCS_ID
The internal revision control system id.

See Also:
Constant Field Values

RCS_REV

public static final transient java.lang.String RCS_REV
The internal revision control system id in short form.

See Also:
Constant Field Values
Constructor Detail

AuthorizationException

public AuthorizationException()
Constructs the AuthorizationException.


AuthorizationException

public AuthorizationException(Message message)
Constructs the AuthorizationException.

Parameters:
message - the internationalized detail message

AuthorizationException

public AuthorizationException(java.lang.String message)
Constructs the AuthorizationException.

Note: This constructor should only be used, if your application is not designed for multi language support! To internationalize the exception use AuthorizationException(Message).

Parameters:
message - the detail message

jACOB 2.7 API Documentation.