org.apache.mesos
Class Log.OperationFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.mesos.Log.OperationFailedException
All Implemented Interfaces:
Serializable
Enclosing class:
Log

public static class Log.OperationFailedException
extends Exception

An exception that gets thrown when an error occurs while performing a read or write operation.

See Also:
Serialized Form

Constructor Summary
Log.OperationFailedException(String message)
           
Log.OperationFailedException(String message, 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

Log.OperationFailedException

public Log.OperationFailedException(String message)

Log.OperationFailedException

public Log.OperationFailedException(String message,
                                    Throwable cause)


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.