com.tobesoft.xplatform.tx
Class PlatformException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tobesoft.xplatform.tx.PlatformException
All Implemented Interfaces:
java.io.Serializable

public class PlatformException
extends java.lang.Exception

Platform의 예외를 의미하는 Exception이다.

Author:
Choi, Jongkwan
See Also:
Serialized Form

Constructor Summary
PlatformException()
          기본 생성자이다.
PlatformException(java.lang.String message)
          메시지를 가지는 생성자이다.
PlatformException(java.lang.String message, java.lang.Throwable cause)
          메시지와 원천(cause) 예외를 가지는 생성자이다.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

PlatformException

public PlatformException()
기본 생성자이다.


PlatformException

public PlatformException(java.lang.String message)
메시지를 가지는 생성자이다.

Parameters:
message - 메시지

PlatformException

public PlatformException(java.lang.String message,
                         java.lang.Throwable cause)
메시지와 원천(cause) 예외를 가지는 생성자이다.

Parameters:
message - 메시지
cause - 원천 예외


Copyright © 2000-2011 TOBESOFT Co., Ltd.