at.gv.egovernment.moa.id.proxy
Class NotAllowedException

java.lang.Object
  extended byMOAIDException
      extended byat.gv.egovernment.moa.id.proxy.NotAllowedException

public class NotAllowedException
extends MOAIDException

Exception thrown while proxying a request to the online application Reason for this exception: the dedicated LoginParameterResolver does not allow access to the desired ressource.

See Also:
Serialized Form

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

Constructor Detail

NotAllowedException

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

Parameters:
messageId -
parameters -

NotAllowedException

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

Parameters:
messageId -
parameters -
wrapped -