org.itracker.services.exceptions
Class UserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.itracker.services.exceptions.UserException
All Implemented Interfaces:
Serializable

public class UserException
extends Exception

See Also:
Serialized Form

Constructor Summary
UserException()
           
UserException(String message)
           
UserException(String message, Throwable cause)
           
 
Method Summary
 
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()

UserException

public UserException(String message)

UserException

public UserException(String message,
                     Throwable cause)


Copyright © 2002-2012 itracker. All Rights Reserved.