org.aselect.system.exception
Class ASelectAuthorizationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.aselect.system.exception.ASelectException
              extended by org.aselect.system.exception.ASelectAuthorizationException
All Implemented Interfaces:
java.io.Serializable

public class ASelectAuthorizationException
extends ASelectException

Aurhorization exception.

Description:
This exception is thrown if an error occurs during the authorization of a user.

Note: The message will be an error code.

Concurrency issues:
-

Author:
Alfa & Ariss
See Also:
Errors, Serialized Form

Constructor Summary
ASelectAuthorizationException(java.lang.String sCode)
          Creates a new instance.
ASelectAuthorizationException(java.lang.String sCode, java.lang.Throwable tCause)
          Create new instance with a 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
 

Constructor Detail

ASelectAuthorizationException

public ASelectAuthorizationException(java.lang.String sCode)
Creates a new instance.

Description:
Creates and initializes a new ASelectAuthorizationException with the given code.

Concurrency issues:
-

Preconditions:
sCode != null

Postconditions:
-

Parameters:
sCode - The error code.

ASelectAuthorizationException

public ASelectAuthorizationException(java.lang.String sCode,
                                     java.lang.Throwable tCause)
Create new instance with a cause.

Description:
Creates a new ASelectAuthorizationException with the given code and cause.

Concurrency issues:
-

Preconditions:
  • sCode != null
  • tCause != null

Postconditions:
-

Parameters:
sCode - The error code.
tCause - The error cause.


Copyright © 2008 SURFnet BV. All Rights Reserved.