Class Invalid

  • All Implemented Interfaces:
    java.io.Serializable, IDLEntity

    public final class Invalid
    extends UserException
    Invalid is thrown by dynamic any operations when a bad DynAny or Any is passed as a parameter.
    • Constructor Summary

      Constructors 
      Constructor Description
      Invalid()
      Constructs an Invalid object.
      Invalid​(java.lang.String reason)
      Constructs an Invalid object.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • Invalid

        public Invalid()
        Constructs an Invalid object.
      • Invalid

        public Invalid​(java.lang.String reason)
        Constructs an Invalid object.
        Parameters:
        reason - a String giving more information regarding the bad parameter passed to a dynamic any operation.