org.apache.falcon
Class FalconException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.falcon.FalconException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EntityAlreadyExistsException, EntityNotRegisteredException, StoreAccessException, UnschedulableEntityException, ValidationException

public class FalconException
extends Exception

Common Exception thrown from Parsers. To the Falcon API class

See Also:
Serialized Form

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

FalconException

public FalconException(Throwable e)
Parameters:
e - Exception

FalconException

public FalconException(String message,
                       Throwable e)

FalconException

public FalconException(String message)
Parameters:
message - - custom exception message


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