com.binaryfantasy.murq
Class InvalidPasswordException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.binaryfantasy.murq.source.SourceException
                  extended by 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

Constructor Summary
InvalidPasswordException(ISource src)
          Constructs a new exception with a message specifying the ISource that was trying to be accessed.
 
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

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