Expresso 5-5-0

com.jcorporate.expresso.services.validation
Class AuthValidationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.jcorporate.expresso.kernel.exception.ChainedException
              extended bycom.jcorporate.expresso.services.validation.AuthValidationException
All Implemented Interfaces:
Serializable

public class AuthValidationException
extends ChainedException

AuthValidationException

Version:
$Revision: 1.7 $ $Date: 2003/06/03 06:12:24 $
Author:
Shash Chatterjee
See Also:
Serialized Form

Constructor Summary
AuthValidationException()
           
AuthValidationException(String s)
           
AuthValidationException(String s, String newMessage)
           
AuthValidationException(String s, Throwable t)
           
AuthValidationException(Throwable t)
           
 
Method Summary
 String getMessage()
          Extend getMessage to return the nested message (if any) if we don't have one
 
Methods inherited from class com.jcorporate.expresso.kernel.exception.ChainedException
getErrorNumber, getNested, omitPackages, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthValidationException

public AuthValidationException()

AuthValidationException

public AuthValidationException(String s)
Parameters:
s - the message for the exception

AuthValidationException

public AuthValidationException(String s,
                               String newMessage)
Parameters:
s - the message for the exception
newMessage - a newsted message(??)

AuthValidationException

public AuthValidationException(String s,
                               Throwable t)
Parameters:
s - the message for the exception
t - the nested exception

AuthValidationException

public AuthValidationException(Throwable t)
Parameters:
t - the nested exception
Method Detail

getMessage

public String getMessage()
Description copied from class: ChainedException
Extend getMessage to return the nested message (if any) if we don't have one

Overrides:
getMessage in class ChainedException
Returns:
java.lang.String the message of the exception

Expresso 5-5-0

Please see www.jcorporate.com for information about new Expresso releases.