com.ibm.portal.portletconversion
Class ConversionFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.portal.portletconversion.ConversionFailedException
All Implemented Interfaces:
Localized, java.io.Serializable

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

This exception indicates that a portlet conversion has failed.

Since:
7.0.0
See Also:
Serialized Form
Note:
This interface is designed to be implemented by clients.

Constructor Summary
protected ConversionFailedException()
          Create a default exception without a cause
protected ConversionFailedException(java.lang.Throwable th)
          Create a exception that contains a root 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

ConversionFailedException

protected ConversionFailedException()
Create a default exception without a cause


ConversionFailedException

protected ConversionFailedException(java.lang.Throwable th)
Create a exception that contains a root cause

Parameters:
th - root cause of the exception