Class SnapshotException

  • All Implemented Interfaces:
    Serializable

    @API(status=MAINTAINED)
    public class SnapshotException
    extends Exception
    This is a framework exception that can be thrown when implementing certain extension points.
    Author:
    Simon Taddiken
    See Also:
    Serialized Form
    • Constructor Detail

      • SnapshotException

        public SnapshotException()
      • SnapshotException

        public SnapshotException​(String message,
                                 Throwable cause,
                                 boolean enableSuppression,
                                 boolean writableStackTrace)
      • SnapshotException

        public SnapshotException​(String message,
                                 Throwable cause)
      • SnapshotException

        public SnapshotException​(String message)
      • SnapshotException

        public SnapshotException​(Throwable cause)