com.quadrique.jbuildingblocks.core.exception
Class JbbInvalidEmailAddressException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.quadrique.jbuildingblocks.core.exception.JbbException
              extended by com.quadrique.jbuildingblocks.core.exception.JbbInvalidEmailAddressException
All Implemented Interfaces:
Serializable

public class JbbInvalidEmailAddressException
extends JbbException

See Also:
Serialized Form

Constructor Summary
JbbInvalidEmailAddressException(String message)
          Constructor
JbbInvalidEmailAddressException(String message, String detailedMessage)
          Constructor
 
Method Summary
 
Methods inherited from class com.quadrique.jbuildingblocks.core.exception.JbbException
getDetailedMessage, getSerialVersionUID, setDetailedMessage
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JbbInvalidEmailAddressException

public JbbInvalidEmailAddressException(String message)
Constructor

Parameters:
message - the message
See Also:
Exception

JbbInvalidEmailAddressException

public JbbInvalidEmailAddressException(String message,
                                       String detailedMessage)
Constructor

Parameters:
message - the message
detailedMessage - the detailed message
See Also:
Exception


Copyright © 2001-2008 Quadrique Corporation. All Rights Reserved.