gran.exception
Class UserException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bygran.exception.GranException
              extended bygran.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

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)
           
 
Method Summary
 void addActionMessages(org.apache.struts.action.ActionMessages a)
           
 org.apache.struts.action.ActionMessages getActionMessages()
           
 
Methods inherited from class gran.exception.GranException
getTSCause
 
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

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.Exception 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)
Method Detail

addActionMessages

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

getActionMessages

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


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