org.apache.mesos
Class Log.WriterFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.