Class InstanceException

    • Constructor Detail

      • 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 -