Package io.permazen

Class PermazenException

All Implemented Interfaces:
Serializable

public class PermazenException extends RuntimeException
Superclass of all unchecked exceptions thrown by the Permazen API.
See Also:
  • Constructor Details

    • PermazenException

      public PermazenException()
    • PermazenException

      public PermazenException(String message)
    • PermazenException

      public PermazenException(Throwable cause)
    • PermazenException

      public PermazenException(String message, Throwable cause)