com.bea.wli.calendar.api
Class BusinessCalendarException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bea.wli.calendar.api.BusinessCalendarException
All Implemented Interfaces:
Serializable

public class BusinessCalendarException
extends Exception

See Also:
Serialized Form

Constructor Summary
BusinessCalendarException(String message)
           
BusinessCalendarException(String message, Throwable cause)
           
 
Method Summary
 String getMessage()
           
 
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

BusinessCalendarException

public BusinessCalendarException(String message)

BusinessCalendarException

public BusinessCalendarException(String message,
                                 Throwable cause)
Method Detail

getMessage

public String getMessage()