java.io
Class UnavailableException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.io.UnavailableException

public class UnavailableException
extends RuntimeException

리소스를 얻을수 없을때 발생하는 exception클래스.


Constructor Summary
UnavailableException()
          UnavailableException을 생성한다.
UnavailableException(String s)
          UnavailableException을 생성한다.
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnavailableException

public UnavailableException()
UnavailableException을 생성한다.

UnavailableException

public UnavailableException(String s)
UnavailableException을 생성한다.
Parameters:
s - UnavailableException의 세부 메세지.


AromaSoft Corp. Proprietary and Confidential

(C)opyright 2003 AromaSoft Corp. All right reserved.
Contact : contact@aromasoft.com