BusinessCalendarException Class

com.bea.wli.calendar.api
BusinessCalendarException Class

public class BusinessCalendarException

    extends Exception

Hierarchy
Object
  Throwable
    Exception
      BusinessCalendarException
All Implemented Interfaces

Serializable

Constructor Summary

BusinessCalendarException(String message, Throwable cause)

BusinessCalendarException(String message)

 

Method Summary

public String
getMessage()
 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

BusinessCalendarException

public BusinessCalendarException(String message, 
                                 Throwable cause)

BusinessCalendarException

public BusinessCalendarException(String message)
 

Method Detail

getMessage() Method

public String getMessage()
Overrides
Throwable.getMessage()