org.apache.tez.dag.api
Class TezUncheckedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.tez.dag.api.TezUncheckedException
All Implemented Interfaces:
Serializable

public class TezUncheckedException
extends RuntimeException

Base Tez Unchecked Exception

See Also:
Serialized Form

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

TezUncheckedException

public TezUncheckedException(Throwable cause)

TezUncheckedException

public TezUncheckedException(String message)

TezUncheckedException

public TezUncheckedException(String message,
                             Throwable cause)


Copyright © 2014 Apache Software Foundation. All rights reserved.