org.jhuapl.edu.sages.etl
Class SagesEtlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jhuapl.edu.sages.etl.SagesEtlException
All Implemented Interfaces:
Serializable

public class SagesEtlException
extends Exception

Author:
POKUAM1
See Also:
Serialized Form

Constructor Summary
SagesEtlException()
           
SagesEtlException(String message)
           
SagesEtlException(String message, Throwable cause)
           
SagesEtlException(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SagesEtlException

public SagesEtlException()

SagesEtlException

public SagesEtlException(String message,
                         Throwable cause)
Parameters:
message -
cause -

SagesEtlException

public SagesEtlException(String message)
Parameters:
message -

SagesEtlException

public SagesEtlException(Throwable cause)
Parameters:
cause -


Copyright © 2013 Johns Hopkins University Applied Physics Laboratory. All rights reserved.