com.trackstudio.exception
Class UserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.trackstudio.exception.GranException
              extended by com.trackstudio.exception.UserException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AuthException, BadPasswordException, CantCreateUserException, CantDeleteAclException, CantDeleteAttachmentsException, CantDeleteCategoryException, CantDeleteEmailTypeException, CantDeleteFilterException, CantDeleteMailImportException, CantDeleteMessageException, CantDeleteMessageTypeException, CantDeleteNotificationException, CantDeletePriorityException, CantDeletePrstatusException, CantDeleteRegistrationException, CantDeleteResolutionException, CantDeleteStateException, CantDeleteTaskException, CantDeleteTransitionException, CantDeleteUdfException, CantDeleteUserException, CantDeleteWorkflowException, CSVImportException, DuplicateUserLoginException, EmptyListException, ExpiredException, InvalidParameterException, LicenseException, SecurityViolationException, TaskNotFoundException, TriggerException, TypesMismatchException, UserMessageException, UsersLimitExceedException

public class UserException
extends GranException

See Also:
Serialized Form

Field Summary
protected  org.apache.struts.action.ActionMessages messages
           
 
Constructor Summary
  UserException(java.lang.Exception e)
           
  UserException(java.lang.Exception e, java.lang.String m)
           
  UserException(java.lang.Exception e, java.lang.String m, java.lang.Object[] o)
           
  UserException(java.lang.String m)
           
protected UserException(java.lang.String m, boolean noI18n)
           
  UserException(java.lang.String m, java.lang.Object[] o)
           
  UserException(java.lang.Throwable e)
           
  UserException(java.lang.Throwable e, java.lang.String m)
           
  UserException(java.lang.Throwable e, java.lang.String m, java.lang.Object[] o)
           
 
Method Summary
 void addActionMessages(org.apache.struts.action.ActionMessages a)
           
 org.apache.struts.action.ActionMessages getActionMessages()
           
 java.lang.String toString()
           
 
Methods inherited from class com.trackstudio.exception.GranException
getTSCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

messages

protected org.apache.struts.action.ActionMessages messages
Constructor Detail

UserException

public UserException(java.lang.String m)

UserException

protected UserException(java.lang.String m,
                        boolean noI18n)

UserException

public UserException(java.lang.Exception e,
                     java.lang.String m)

UserException

public UserException(java.lang.Throwable e,
                     java.lang.String m)

UserException

public UserException(java.lang.Exception e,
                     java.lang.String m,
                     java.lang.Object[] o)

UserException

public UserException(java.lang.Throwable e,
                     java.lang.String m,
                     java.lang.Object[] o)

UserException

public UserException(java.lang.String m,
                     java.lang.Object[] o)

UserException

public UserException(java.lang.Exception e)

UserException

public UserException(java.lang.Throwable e)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable

addActionMessages

public void addActionMessages(org.apache.struts.action.ActionMessages a)

getActionMessages

public org.apache.struts.action.ActionMessages getActionMessages()


Copyright © 2002-2008 TrackStudio, Ltd. All Rights Reserved.