Class ServiceException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ServiceException
    extends java.lang.RuntimeException

    ServiceException class.

    Since:
    1.8.1
    Version:
    $Id: $
    Author:
    ranger
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ServiceException​(java.lang.String msg, java.lang.Exception e)
      Constructor for ServiceException.
    • 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

      • ServiceException

        public ServiceException​(java.lang.String msg,
                                java.lang.Exception e)

        Constructor for ServiceException.

        Parameters:
        msg - a String object.
        e - a Exception object.