org.activemath.webapp.user.account
Class AccountManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.activemath.webapp.user.UserManagerException
              extended by org.activemath.webapp.user.account.AccountManagerException
All Implemented Interfaces:
Serializable

public class AccountManagerException
extends UserManagerException

See Also:
Serialized Form

Constructor Summary
AccountManagerException(String message)
           
 
Method Summary
 
Methods inherited from class org.activemath.webapp.user.UserManagerException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

AccountManagerException

public AccountManagerException(String message)