edu.nrao.sss.util
Class SourceNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.nrao.sss.util.SourceNotFoundException
All Implemented Interfaces:
Serializable

public class SourceNotFoundException
extends Exception

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
SourceNotFoundException(Exception ex)
           
SourceNotFoundException(String desc)
           
SourceNotFoundException(String desc, Exception ex)
           
 
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
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

SourceNotFoundException

public SourceNotFoundException(String desc)

SourceNotFoundException

public SourceNotFoundException(String desc,
                               Exception ex)

SourceNotFoundException

public SourceNotFoundException(Exception ex)


Copyright © 2009. All Rights Reserved.