com.sapportals.portal.prt.service
Class PortalServiceException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.sapportals.portal.prt.runtime.PortalRuntimeException
|
+--com.sapportals.portal.prt.service.PortalServiceException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ServiceException
- public class PortalServiceException
- extends PortalRuntimeException
The methods of this call are deprecated.
This class should not be used
- See Also:
- Serialized Form
| 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 |
PortalServiceException
public PortalServiceException(java.lang.String s)
- Deprecated.
- Parameters:
s -
PortalServiceException
public PortalServiceException(java.lang.Throwable exception)
- Deprecated.
- Parameters:
exception -
PortalServiceException
public PortalServiceException(java.lang.String s,
java.lang.Throwable exception)
- Deprecated.
- Parameters:
s - exception -