Class InstanceException

All Implemented Interfaces:
Serializable

public class InstanceException extends RepositoryException
See Also:
  • Constructor Details

    • InstanceException

      public InstanceException(String message)
      Constructs a new InstanceException object.
      Parameters:
      message -
    • InstanceException

      public InstanceException(Throwable cause)
      Constructs a new InstanceException object.
      Parameters:
      cause -
    • InstanceException

      public InstanceException(String message, Throwable cause)
      Constructs a new InstanceException object.
      Parameters:
      message -
      cause -