org.planx.io
Class InvalidSourceIdException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.planx.io.InvalidSourceIdException
All Implemented Interfaces:
Serializable

public class InvalidSourceIdException
extends IOException

Indicates that a SourceId is invalid.

Author:
Thomas Ambus
See Also:
Serialized Form

Constructor Summary
InvalidSourceIdException(String msg)
           
InvalidSourceIdException(String msg, Throwable cause)
           
InvalidSourceIdException(Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidSourceIdException

public InvalidSourceIdException(Throwable cause)

InvalidSourceIdException

public InvalidSourceIdException(String msg)

InvalidSourceIdException

public InvalidSourceIdException(String msg,
                                Throwable cause)


Copyright © 2004-2005 Plan-X. All Rights Reserved.