org.openpermis
Class AuthorizationServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openpermis.AuthorizationServiceException
All Implemented Interfaces:
Serializable

public class AuthorizationServiceException
extends Exception

An exception that gets thrown when authorization cannot be performed.

See Also:
Serialized Form
Since:
0.3.0

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
AuthorizationServiceException()
          Creates an unspecified authorization service exception.
AuthorizationServiceException(String message)
          Creates an unspecified authorization service exception with the specified message.
AuthorizationServiceException(String message, Throwable cause)
          Creates an unspecified authorization service exception with the specified message and root cause.
AuthorizationServiceException(Throwable cause)
          Creates an unspecified authorization service exception with the specified root cause.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Constant Field Value:
-1274498714250237719L
Since:
0.3.0
Constructor Detail

AuthorizationServiceException

public AuthorizationServiceException()
Creates an unspecified authorization service exception.

Since:
0.3.0

AuthorizationServiceException

public AuthorizationServiceException(String message)
Creates an unspecified authorization service exception with the specified message.

Parameters:
message - the message for this exception.
Since:
0.3.0

AuthorizationServiceException

public AuthorizationServiceException(Throwable cause)
Creates an unspecified authorization service exception with the specified root cause.

Parameters:
cause - the Throwable causing this exception to be thrown.
Since:
0.3.0

AuthorizationServiceException

public AuthorizationServiceException(String message,
                                     Throwable cause)
Creates an unspecified authorization service exception with the specified message and root cause.

Parameters:
message - the message for this exception.
cause - the Throwable causing this exception to be thrown.
Since:
0.3.0


PERMIS Role Based Access Control 0.4.0 (Build 15)
2009/05/20 08:14:59
Copyright (c) 2002-2007 Ergon Informatik AG