org.apache.mesos
Class Log.WriterFailedException

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

public static class Log.WriterFailedException
extends Exception

An exception that gets thrown when a writer no longer has the ability to perform operations (e.g., because it was superseded by another writer).

See Also:
Serialized Form

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

public Log.WriterFailedException(String message)

Log.WriterFailedException

public Log.WriterFailedException(String message,
                                 Throwable cause)


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