com.sapportals.portal.prt.service
Class ServiceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.sapportals.portal.prt.runtime.PortalRuntimeException
                          |
                          +--com.sapportals.portal.prt.service.PortalServiceException
                                |
                                +--com.sapportals.portal.prt.service.ServiceException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SOAPServiceException

public class ServiceException
extends PortalServiceException

The ServiceException class is the base class of all exceptions raised by the Service Framework.

See Also:
Serialized Form

Constructor Summary
ServiceException(java.lang.String s)
          Service Exception constructor
ServiceException(java.lang.String s, java.lang.Throwable e)
          Service Exception constructor
ServiceException(java.lang.Throwable e)
          Service Exception constructor
 
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

ServiceException

public ServiceException(java.lang.String s)
Service Exception constructor
Parameters:
s -  

ServiceException

public ServiceException(java.lang.String s,
                        java.lang.Throwable e)
Service Exception constructor
Parameters:
s -  
e -  

ServiceException

public ServiceException(java.lang.Throwable e)
Service Exception constructor
Parameters:
e -