Class InternalCommandException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InternalCommandException
    extends CacheException
    Thrown when an exception occurs like ActivityBlockedException or ConnectionException.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      InternalCommandException()
      Creates a new instance of TypeIndexNotDefined without detail message.
      InternalCommandException​(java.lang.String msg)
      Constructs an instance of TypeIndexNotDefined with the specified detail message.
      InternalCommandException​(java.lang.String s, CacheException innerException)
      Overloaded Constructor that takes two arguments message as a string and innerException
    • 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

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

      • InternalCommandException

        public InternalCommandException()
        Creates a new instance of TypeIndexNotDefined without detail message.
      • InternalCommandException

        public InternalCommandException​(java.lang.String msg)
        Constructs an instance of TypeIndexNotDefined with the specified detail message.
        Parameters:
        msg - the detail message.
      • InternalCommandException

        public InternalCommandException​(java.lang.String s,
                                        CacheException innerException)
        Overloaded Constructor that takes two arguments message as a string and innerException
        Parameters:
        s - s is a string message of Exception
        innerException - innerException is an inner Exception for this Exception