com.sapportals.portal.prt.runtime
Class ProfileNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.sapportals.portal.prt.runtime.PortalRuntimeException
                          |
                          +--com.sapportals.portal.prt.runtime.ProfileNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ProfileNotFoundException
extends PortalRuntimeException

Exception raised by the Portal Runtime when a profile can not be found.

See Also:
com.sapportals.portal.prt.runtime.IPortalException, PortalComponentException, Serialized Form

Constructor Summary
ProfileNotFoundException(java.lang.String s)
          String 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

ProfileNotFoundException

public ProfileNotFoundException(java.lang.String s)
String constructor.
Parameters:
s - a short description of the exception