com.binaryfantasy.murq
Class InvalidPasswordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.binaryfantasy.murq.source.SourceException
com.binaryfantasy.murq.InvalidPasswordException
- All Implemented Interfaces:
- Serializable
public class InvalidPasswordException
- extends SourceException
Thrown when an invalid password is provided to access an
ISource.
- Author:
- Bill Weiss
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidPasswordException
public InvalidPasswordException(ISource src)
- Constructs a new exception with a message specifying the
ISource that was trying to be
accessed.
- Parameters:
src - ISource that was trying
to be accessed.
Copyright (c) 2000-2006, BinaryFantasy.com