Class NonWhiteListedCallException

All Implemented Interfaces:
Serializable

public class NonWhiteListedCallException extends IllegalStateException
An exception thrown when a potentially white-listed method is called with a parameter (or receiver) that makes it non-white-listed.
See Also:
  • Constructor Details

    • NonWhiteListedCallException

      public NonWhiteListedCallException(String message)