org.apache.falcon
Class FalconRuntimException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.falcon.FalconRuntimException
All Implemented Interfaces:
Serializable

public class FalconRuntimException
extends RuntimeException

Runtime Exception class for Falcon application.

See Also:
Serialized Form

Constructor Summary
FalconRuntimException(Exception e)
           
FalconRuntimException(String message)
           
FalconRuntimException(String message, Throwable e)
           
 
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

FalconRuntimException

public FalconRuntimException(Exception e)

FalconRuntimException

public FalconRuntimException(String message)

FalconRuntimException

public FalconRuntimException(String message,
                             Throwable e)


Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.