edu.wpi.prc.server
Class InvalidPasswordException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.wpi.prc.server.InvalidPasswordException
All Implemented Interfaces:
java.io.Serializable

public class InvalidPasswordException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
private  java.lang.String message
           
static long serialVersionUID
           
 
Constructor Summary
InvalidPasswordException()
          Default constructor.
InvalidPasswordException(java.lang.String message)
          Constructor that takes an error message.
 
Method Summary
 java.lang.String toString()
          Returns a string representing this Exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values

message

private java.lang.String message
Constructor Detail

InvalidPasswordException

public InvalidPasswordException()
Default constructor.


InvalidPasswordException

public InvalidPasswordException(java.lang.String message)
Constructor that takes an error message.

Parameters:
message - The error message to set.
Method Detail

toString

public java.lang.String toString()
Returns a string representing this Exception.

Overrides:
toString in class java.lang.Throwable
Returns:
The error string.