Class ERegistryException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ERegistryException
    extends EBaseException
    This represents a registry exception.
    Version:
    $Revision$, $Date$
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ERegistryException​(java.lang.String msg)
      Constructs a registry exception.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • ERegistryException

        public ERegistryException​(java.lang.String msg)
        Constructs a registry exception.
        Parameters:
        msg - message carried along with the exception