Class NotSupportedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NotSupportedException
    extends CacheException
    Throws when a specific Item is not supported in NCache Java Client
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NotSupportedException()
      Constructs an OperationFailedException with null as its error detail message.
      NotSupportedException​(java.lang.String s)
      Constructs an OperationFailedException with the specified detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NotSupportedException

        public NotSupportedException()
        Constructs an OperationFailedException with null as its error detail message.
      • NotSupportedException

        public NotSupportedException​(java.lang.String s)
        Constructs an OperationFailedException with the specified detail message. The error message string s can later be retrieved by the Throwable.getMessage() method of class java.lang.Throwable.
        Parameters:
        s - the detail message.