Package org.apache.bookkeeper.meta
Class LayoutManager.LedgerLayoutExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.bookkeeper.meta.LayoutManager.LedgerLayoutExistsException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing interface:
- LayoutManager
public static class LayoutManager.LedgerLayoutExistsException extends java.io.IOException
The Ledger layout exists exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LedgerLayoutExistsException(java.lang.String message)
LedgerLayoutExistsException(java.lang.String message, java.lang.Throwable cause)
LedgerLayoutExistsException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
LedgerLayoutExistsException
public LedgerLayoutExistsException(java.lang.String message)
-
LedgerLayoutExistsException
public LedgerLayoutExistsException(java.lang.String message, java.lang.Throwable cause)
-
LedgerLayoutExistsException
public LedgerLayoutExistsException(java.lang.Throwable cause)
-
-