Class CustomDataProviderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.tocco.nice2.netui.spi.bind.CustomDataProviderException
All Implemented Interfaces:
Serializable

public class CustomDataProviderException extends Exception
The exception to throw if something goes wrong in a CustomDataProvider.
See Also:
  • Constructor Details

    • CustomDataProviderException

      public CustomDataProviderException()
    • CustomDataProviderException

      public CustomDataProviderException(String s)
    • CustomDataProviderException

      public CustomDataProviderException(String s, Throwable throwable)
    • CustomDataProviderException

      public CustomDataProviderException(Throwable throwable)