Class InternalException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ApplicationCodeNotFoundException, FatalException, MalformedMessageException, MultiException, NodeNotFoundException, NullResourceException, ResourcePersistenceException, SnapshotMissException, UnixFSChecksumFailureException, UnixFSNoSuchRevisionException

public class InternalException extends BaseException
Created by patricktwohig on 8/15/17.
See Also:
  • Constructor Details

    • InternalException

      public InternalException()
    • InternalException

      public InternalException(String message)
    • InternalException

      public InternalException(String message, Throwable cause)
    • InternalException

      public InternalException(Throwable cause)
    • InternalException

      public InternalException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
  • Method Details