org.apache.hama.bsp
Class DirectiveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.hama.bsp.DirectiveException
All Implemented Interfaces:
java.io.Serializable

public class DirectiveException
extends java.lang.RuntimeException

A custom exception class for Directive.

See Also:
Serialized Form

Constructor Summary
DirectiveException()
           
DirectiveException(java.lang.String message)
           
DirectiveException(java.lang.String message, java.lang.Throwable t)
           
 
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

DirectiveException

public DirectiveException()

DirectiveException

public DirectiveException(java.lang.String message)

DirectiveException

public DirectiveException(java.lang.String message,
                          java.lang.Throwable t)


Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.