com.trackstudio.exception
Class UserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.trackstudio.exception.GranException
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
|
| 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 |
messages
protected org.apache.struts.action.ActionMessages messages
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)
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.