Package org.omg.CORBA

Class UserException

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected UserException()
      Constructs a UserException object.
      protected UserException​(java.lang.String reason)
      Constructs a UserException object with a detail message.
    • 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

      • UserException

        protected UserException()
        Constructs a UserException object. This method is called only by subclasses.
      • UserException

        protected UserException​(java.lang.String reason)
        Constructs a UserException object with a detail message. This method is called only by subclasses.
        Parameters:
        reason - a String object giving the reason for this exception