Class InfoNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.xinapse.multisliceimage.InfoNotFoundException
All Implemented Interfaces:
Serializable

public class InfoNotFoundException extends Exception
Signals that information about an InfoStorer has not been found.
See Also:
  • Constructor Details

    • InfoNotFoundException

      public InfoNotFoundException()
      Constructs an InfoNotFoundException with null as its detail message.
    • InfoNotFoundException

      public InfoNotFoundException(String s)
      Constructs an InfoNotFoundException with the specified detail message. The error message string s can later be retrieved by the Throwable.getMessage() method of class Throwable.
      Parameters:
      s - the detail message.
    • InfoNotFoundException

      public InfoNotFoundException(String message, Throwable cause)
      Constructs an InfoNotFoundException with the specified cause.
      Parameters:
      message - the detail message.
      cause - the cause.