SourceForge.net Logo




com.qotsa.exception
Class InvalidHandle

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.qotsa.exception.InvalidHandle
All Implemented Interfaces:
java.io.Serializable

public class InvalidHandle
extends java.lang.Exception

Exception to throw when Winamp Handle Fails.

See Also:
Serialized Form

Constructor Summary
InvalidHandle()
          Creates a new instance of InvalidHandle with the default message
InvalidHandle(java.lang.String message)
          Creates a new instance of InvalidHandle
 
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

InvalidHandle

public InvalidHandle(java.lang.String message)
Creates a new instance of InvalidHandle

Parameters:
message - Message to print in the stack.

InvalidHandle

public InvalidHandle()
Creates a new instance of InvalidHandle with the default message