com.primix.vlib.ejb
Class RegistrationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.primix.vlib.ejb.RegistrationException
- All Implemented Interfaces:
- java.io.Serializable
- public class RegistrationException
- extends java.lang.Exception
Exception thrown by OperationsBean#registerNewUser(String,String,String,String)
if the registration is not allowed (usually, because of a duplicate email or
name).
- Version:
- $Id: RegistrationException.java,v 1.4 2001/05/02 18:07:08 hship Exp $
- Author:
- Howard Ship
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RegistrationException
public RegistrationException(java.lang.Throwable rootCause)
RegistrationException
public RegistrationException(java.lang.String message,
java.lang.Throwable rootCause)
RegistrationException
public RegistrationException(java.lang.String message)
getRootCause
public java.lang.Throwable getRootCause()