com.gauce.gaucelet
Class GauceletException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.gauce.engine.LifeCycleException
              extended bycom.gauce.gaucelet.GauceletException
All Implemented Interfaces:
java.io.Serializable

public class GauceletException
extends com.gauce.engine.LifeCycleException

Gaucelet¿¡¼­ ¹ß»ýÇÏ´Â ¿À·ù¸¦ Á¤ÀÇÇÑ´Ù.

Since:
Gauce 2.9
Version:
1.0 2002.11
Author:
Shift Information & Communication CO.
See Also:
Serialized Form

Constructor Summary
GauceletException()
           
GauceletException(java.lang.String s)
          »ý¼ºÀÚ, ¿À·ù ¸Þ½ÃÁö¿Í ÇÔ²² °´Ã¼¸¦ »ý¼ºÇÑ´Ù.
GauceletException(java.lang.String s, java.lang.Exception e)
          »ý¼ºÀÚ, ¿À·ù¸Þ½ÃÁö¿Í, ³»ºÎ ExceptionÀ¸·Î °´Ã¼¸¦ »ý¼ºÇÑ´Ù.
 
Methods inherited from class com.gauce.engine.LifeCycleException
getMessage, getNextException, setNextException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GauceletException

public GauceletException()

GauceletException

public GauceletException(java.lang.String s)
»ý¼ºÀÚ, ¿À·ù ¸Þ½ÃÁö¿Í ÇÔ²² °´Ã¼¸¦ »ý¼ºÇÑ´Ù.

Parameters:
s - ¿À·ù ¸Þ½ÃÁö
Since:
Gauce 2.9

GauceletException

public GauceletException(java.lang.String s,
                         java.lang.Exception e)
»ý¼ºÀÚ, ¿À·ù¸Þ½ÃÁö¿Í, ³»ºÎ ExceptionÀ¸·Î °´Ã¼¸¦ »ý¼ºÇÑ´Ù.

Parameters:
s - ¿À·ù ¸Þ½ÃÁö
e - ³»ºÎ Exception
Since:
Gauce 2.9