Class MetadataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.bookkeeper.meta.exceptions.MetadataException
-
- All Implemented Interfaces:
java.io.Serializable
public class MetadataException extends java.lang.Exception
Metadata Exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetadataException(Code code, java.lang.String message)
MetadataException(Code code, java.lang.String message, java.lang.Throwable cause)
MetadataException(Code code, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Code
getCode()
-
-
-
Method Detail
-
getCode
public Code getCode()
-
-