Class HMCSystemException

  • All Implemented Interfaces:
    java.io.Serializable

    public class HMCSystemException
    extends JaloSystemException
    This exception is thrown as a wrapper for catched Exceptions.
    Since:
    2.20
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      HMCSystemException​(java.lang.Exception nested)  
      HMCSystemException​(java.lang.Exception nested, java.lang.String message)  
    • 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

      • HMCSystemException

        public HMCSystemException​(java.lang.Exception nested)
      • HMCSystemException

        public HMCSystemException​(java.lang.Exception nested,
                                  java.lang.String message)