Class NotSupportedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.chojo.sadu.core.databases.exceptions.NotSupportedException
All Implemented Interfaces:
Serializable

public class NotSupportedException extends RuntimeException
Thrown when a method is called which is not supported by this type.
See Also:
  • Constructor Details

    • NotSupportedException

      public NotSupportedException(String message)