org.openptk.exception
Class AuthorizationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openptk.exception.AuthorizationException
All Implemented Interfaces:
java.io.Serializable

public class AuthorizationException
extends java.lang.Exception

Security Authorization related Exceptions.

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
AuthorizationException(java.lang.String message)
          Create a new AuthorizationException, use the provided message.
AuthorizationException(java.lang.Throwable ex)
          Create a new AuthorizationException, use the provided 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

AuthorizationException

public AuthorizationException(java.lang.String message)
Create a new AuthorizationException, use the provided message.

Parameters:
message - a description of the exception

AuthorizationException

public AuthorizationException(java.lang.Throwable ex)
Create a new AuthorizationException, use the provided Exception.

Parameters:
ex - an existing Exception (Throwable)


View/submit a bug or feature

For further API reference and developer documentation, see www.openptk.org. That documentation contains more detailed, developer-targeted descriptions, definitions of terms, workarounds, and working code examples.

Copyright (C) 2008-2012, Project OpenPTK. All Rights Reserved