Class UnresolveableReferenceException

    • Constructor Detail

      • UnresolveableReferenceException

        public UnresolveableReferenceException​(String message)
        Constructs a new UnresolveableReferenceException.
        Parameters:
        message - the reason for the exception
      • UnresolveableReferenceException

        public UnresolveableReferenceException​(Throwable cause)
        Constructs a new UnresolveableReferenceException.
        Parameters:
        cause - the underlying Throwable that caused this exception to be thrown.
      • UnresolveableReferenceException

        public UnresolveableReferenceException​(String message,
                                               Throwable cause)
        Constructs a new UnresolveableReferenceException.
        Parameters:
        message - the reason for the exception
        cause - the underlying Throwable that caused this exception to be thrown.