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

Constructor Summary
RegistrationException(java.lang.String message)
           
RegistrationException(java.lang.String message, java.lang.Throwable rootCause)
           
RegistrationException(java.lang.Throwable rootCause)
           
 
Method Summary
 java.lang.Throwable getRootCause()
           
 
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
 

Constructor Detail

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

getRootCause

public java.lang.Throwable getRootCause()