com.supermap.services.wms

Class InitException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.supermap.services.wms.InitException
  • All Implemented Interfaces:
    java.io.Serializable


    public class InitException
    extends java.lang.Exception
    

    Initialization exception.

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      InitException(java.lang.String message)
      Construct new initialization exception with a detailed message.
      InitException(java.lang.String message, java.lang.Throwable cause)
      Construct new initialization exception with a detailed 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

      • InitException

        public InitException(java.lang.String message)
        
        Construct new initialization exception with a detailed message.
        Parameters:
        message - detailed message.
      • InitException

        public InitException(java.lang.String message,
                     java.lang.Throwable cause)
        
        Construct new initialization exception with a detailed message.
        Parameters:
        message - detailed message.
        case -