palio.modules.hetman.exceptions
Class InsufficientPrivilegesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by palio.modules.hetman.exceptions.ProcessException
              extended by palio.modules.hetman.exceptions.InsufficientPrivilegesException
All Implemented Interfaces:
java.io.Serializable

public class InsufficientPrivilegesException
extends ProcessException

See Also:
Serialized Form

Constructor Summary
InsufficientPrivilegesException(Process process, java.lang.Long userId, Transition transition)
           
 
Method Summary
 Transition getTransition()
           
 java.lang.Long getUserId()
           
 
Methods inherited from class palio.modules.hetman.exceptions.ProcessException
getProcess
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InsufficientPrivilegesException

public InsufficientPrivilegesException(Process process,
                                       java.lang.Long userId,
                                       Transition transition)
Method Detail

getUserId

public java.lang.Long getUserId()

getTransition

public Transition getTransition()