Class IssacWebProException

  • All Implemented Interfaces:
    java.io.Serializable

    public class IssacWebProException
    extends java.lang.RuntimeException
    A Exception thrown by IssacWebServer
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      IssacWebProException()
      기본 생성자
      IssacWebProException​(java.lang.String msg)
      Constructs IssacWebProException with the specified detail message
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()
      Returns a short description about the exception
      • 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

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

      • IssacWebProException

        public IssacWebProException()
        기본 생성자
      • IssacWebProException

        public IssacWebProException​(java.lang.String msg)
        Constructs IssacWebProException with the specified detail message
        Parameters:
        msg - the detail message
    • Method Detail

      • toString

        public java.lang.String toString()
        Returns a short description about the exception
        Overrides:
        toString in class java.lang.Throwable
        Returns:
        a string representation of IssacWebServerException