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

Constructor Summary
PortalServiceException(java.lang.String s)
          Deprecated.  
PortalServiceException(java.lang.String s, java.lang.Throwable exception)
          Deprecated.  
PortalServiceException(java.lang.Throwable exception)
          Deprecated.  
 
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
 

Constructor Detail

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 -