com.ibm.portal.pcm.exception
Class PCMException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.portal.pcm.exception.PCMException
All Implemented Interfaces:
Localized, java.io.Serializable
Direct Known Subclasses:
DCXManagerException, DialogControllerException, DialogServiceException, DialogStateManagerException, PCMPermissionAccessException, ReferencedResourceException

public abstract class PCMException
extends java.lang.Exception
implements Localized

General PCM exception.

Since:
8.5
See Also:
Serialized Form

Constructor Summary
PCMException()
           
PCMException(java.lang.Throwable cause)
           
 
Method Summary
 
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
 
Methods inherited from interface com.ibm.portal.Localized
getDescription, getLocales, getTitle
 

Constructor Detail

PCMException

public PCMException()

PCMException

public PCMException(java.lang.Throwable cause)