com.tivoli.twg.engine
Class UserNotAuthorizedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tivoli.twg.engine.UserNotAuthorizedException
All Implemented Interfaces:
java.io.Serializable

public class UserNotAuthorizedException
extends java.lang.Exception

User-not-authorized exception - used for rejecting requests for actions which a given user is not allowed to execute.

See Also:
Serialized Form

Constructor Summary
UserNotAuthorizedException()
          Constructor for default exception
UserNotAuthorizedException(java.lang.String msg)
          Constructor for exception with text message
 
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

UserNotAuthorizedException

public UserNotAuthorizedException()
Constructor for default exception


UserNotAuthorizedException

public UserNotAuthorizedException(java.lang.String msg)
Constructor for exception with text message

Parameters:
msg - - message for exception