com.sapportals.portal.appintegrator
Class ApplicationIntegratorException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.sapportals.portal.prt.runtime.PortalRuntimeException
|
+--com.sapportals.portal.appintegrator.ApplicationIntegratorException
- All Implemented Interfaces:
- java.io.Serializable
- public class ApplicationIntegratorException
- extends com.sapportals.portal.prt.runtime.PortalRuntimeException
- Version:
- $Revision: #1 $.
- See Also:
- Serialized Form
| Methods inherited from class com.sapportals.portal.prt.runtime.PortalRuntimeException |
getCause, getException, printStackTrace, printStackTrace, printStackTrace, setCause, setException, toHTML, toText |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ApplicationIntegratorException
public ApplicationIntegratorException(java.lang.String s)
- Constructor for ApplicationIntegratorException.
- Parameters:
s -
ApplicationIntegratorException
public ApplicationIntegratorException(java.lang.Throwable exception)
- Constructor for ApplicationIntegratorException.
- Parameters:
exception -
ApplicationIntegratorException
public ApplicationIntegratorException(java.lang.String s,
java.lang.Throwable exception)
- Constructor for ApplicationIntegratorException.
- Parameters:
s - exception -