com.binaryfantasy.murq.source
Class SourceException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidPasswordException

public class SourceException
extends RuntimeException

Thrown when a ISource throws an exception that is not expected.

Author:
Bill Weiss
See Also:
Serialized Form

Constructor Summary
SourceException(String message)
           
SourceException(String message, Throwable t)
           
 
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

SourceException

public SourceException(String message,
                       Throwable t)

SourceException

public SourceException(String message)


Copyright (c) 2000-2006, BinaryFantasy.com