com.jcorporate.expresso.services.validation
Class AuthValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jcorporate.expresso.kernel.exception.ChainedException
com.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
|
Method Summary |
String |
getMessage()
Extend getMessage to return the nested message (if any) if we don't have one |
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 exceptionnewMessage - a newsted message(??)
AuthValidationException
public AuthValidationException(String s,
Throwable t)
- Parameters:
s - the message for the exceptiont - the nested exception
AuthValidationException
public AuthValidationException(Throwable t)
- Parameters:
t - the nested exception
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
Please see www.jcorporate.com for information about new Expresso releases.