at.gv.egovernment.moa.id
Class AuthenticationException

java.lang.Object
  extended byMOAIDException
      extended byat.gv.egovernment.moa.id.AuthenticationException

public class AuthenticationException
extends MOAIDException

Exception thrown during handling of AuthenticationSession

See Also:
Serialized Form

Constructor Summary
AuthenticationException(String messageId, Object[] parameters)
          Constructor for AuthenticationException.
AuthenticationException(String messageId, Object[] parameters, Throwable wrapped)
          Constructor for AuthenticationException.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationException

public AuthenticationException(String messageId,
                               Object[] parameters)
Constructor for AuthenticationException.

Parameters:
messageId -

AuthenticationException

public AuthenticationException(String messageId,
                               Object[] parameters,
                               Throwable wrapped)
Constructor for AuthenticationException.

Parameters:
messageId -
parameters -
wrapped -