com.bea.wli.calendar.api
Class BusinessCalendarException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.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
clone, equals, finalize, 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()
Overrides:
getMessage in class Throwable