org.jboss.portal.registration
Class DuplicateRegistrationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.portal.registration.RegistrationException
              extended by org.jboss.portal.registration.DuplicateRegistrationException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateRegistrationException
extends RegistrationException

Version:
$Revision:5641 $
Author:
Julien Viet
See Also:
Serialized Form

Constructor Summary
DuplicateRegistrationException()
           
DuplicateRegistrationException(java.lang.String message)
           
DuplicateRegistrationException(java.lang.String message, java.lang.Throwable cause)
           
DuplicateRegistrationException(java.lang.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

DuplicateRegistrationException

public DuplicateRegistrationException()

DuplicateRegistrationException

public DuplicateRegistrationException(java.lang.String message)

DuplicateRegistrationException

public DuplicateRegistrationException(java.lang.String message,
                                      java.lang.Throwable cause)

DuplicateRegistrationException

public DuplicateRegistrationException(java.lang.Throwable cause)