com.shift.framework.proxy
Class ProxyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.shift.framework.proxy.ProxyException
All Implemented Interfaces:
java.io.Serializable

public class ProxyException
extends java.lang.Exception

¿¹¿Ü°¡ ¹ß»ýµÇ¾úÀ» °æ¿ì ½ÇÆÐ, ¶Ç´Â 󸮵µÁß ¹ß»ýÇÒ ¼ö ÀÖ´Â ¿¹¿Ü 󸮸¦ À§ÇÑ´Ù.

Version:
1.0
Author:
Shift Information & Communication
See Also:
Serialized Form

Constructor Summary
ProxyException()
          »ý¼ºÀÚ.
ProxyException(java.lang.String message)
          »ý¼ºÀÚ.
ProxyException(java.lang.String message, java.lang.Throwable throwable)
          »ý¼ºÀÚ.
ProxyException(java.lang.Throwable throwable)
          »ý¼ºÀÚ.
 
Method Summary
 java.lang.String getMessage()
          ÇöÀç ¿À·ù¿¡ ´ëÇÑ message¸¦ ¹ÝȯÇÑ´Ù.
 java.lang.Throwable getThrowable()
          ProxyException¸¦ ¹ß»ý½ÃŲ ³»ºÎ ¿À·ù¸¦ ¹ÝȯÇÑ´Ù.
 java.lang.String toString()
          ÇöÀç ¿À·ùÁ¤º¸¿¡ ´ëÇÑ StringÀ» ¹ÝȯÇÑ´Ù.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProxyException

public ProxyException()
»ý¼ºÀÚ. ¿À·ù°¡ ¹ß»ýÇÒ °æ¿ì ExceptonÀ» »ý¼ºÇÑ´Ù.


ProxyException

public ProxyException(java.lang.String message,
                      java.lang.Throwable throwable)
»ý¼ºÀÚ. ¿À·ù°¡ ¹ß»ýÇÒ °æ¿ì ¹ß»ýµÈ ¿À·ù À̸§°ú ³»ºÎ ThrowableÀ» ÀÌ¿ëÇÏ¿© ExceptonÀ» »ý¼ºÇÑ´Ù.

Parameters:
message - - ¿À·ù ¸Þ½ÃÁö
throwable - - ³»ºÎÀûÀ¸·Î ¹ß»ýÇÑ ¿À·ù Throwable

ProxyException

public ProxyException(java.lang.Throwable throwable)
»ý¼ºÀÚ. ÁÖ¾îÁø ¿À·ù(throwable)·Î Exception°´Ã¼¸¦ »ý¼ºÇÑ´Ù.

Parameters:
throwable - - ó¸®Áß ¹ß»ýÇÑ ³»ºÎ ¿À·ù(throwable)

ProxyException

public ProxyException(java.lang.String message)
»ý¼ºÀÚ. ÁÖ¾îÁø ¿À·ù ¸Þ½ÃÁö·Î ProxyException »ý¼ºÇÑ´Ù.

Parameters:
message - - ¿À·ù ¸Þ½ÃÁö
Method Detail

getMessage

public java.lang.String getMessage()
ÇöÀç ¿À·ù¿¡ ´ëÇÑ message¸¦ ¹ÝȯÇÑ´Ù.

Overrides:
getMessage in class java.lang.Throwable
Returns:
¿À·ù ¸Þ½ÃÁö

getThrowable

public java.lang.Throwable getThrowable()
ProxyException¸¦ ¹ß»ý½ÃŲ ³»ºÎ ¿À·ù¸¦ ¹ÝȯÇÑ´Ù.

Returns:
³»ºÎ ¿À·ù(Throwable)

toString

public java.lang.String toString()
ÇöÀç ¿À·ùÁ¤º¸¿¡ ´ëÇÑ StringÀ» ¹ÝȯÇÑ´Ù.

Overrides:
toString in class java.lang.Throwable
Returns:
¿À·ù³»¿ë