Class MetadataException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.bookkeeper.meta.exceptions.MetadataException
All Implemented Interfaces:
Serializable

public class MetadataException extends Exception
Metadata Exception.
See Also:
  • Constructor Details

    • MetadataException

      public MetadataException(Code code, String message)
    • MetadataException

      public MetadataException(Code code, String message, Throwable cause)
    • MetadataException

      public MetadataException(Code code, Throwable cause)
  • Method Details

    • getCode

      public Code getCode()