com.ibm.ccd.ui.mediator
Class WPCMediatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.ccd.ui.mediator.WPCMediatorException
- All Implemented Interfaces:
- java.io.Serializable
public class WPCMediatorException
- extends java.lang.Exception
Represents the exception thrown by the WPC both at system level
and application level
- See Also:
- Serialized Form
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 |
APPLICAION_ERROR
public static final int APPLICAION_ERROR
- See Also:
- Constant Field Values
SYSTEM_ERROR
public static final int SYSTEM_ERROR
- See Also:
- Constant Field Values
WPCMediatorException
public WPCMediatorException(int type,
WPCNotificationBean notificationBean)
- Constructs the WPC application level exception
WPCMediatorException
public WPCMediatorException(int type,
java.lang.Throwable throwable)
- Constructs the WPC System level exception
getNotificationBean
public WPCNotificationBean getNotificationBean()
getThrowable
public java.lang.Throwable getThrowable()
getType
public int getType()
setNotificationBean
public void setNotificationBean(WPCNotificationBean bean)
setThrowable
public void setThrowable(java.lang.Throwable throwable)
setType
public void setType(int type)