com.sapportals.portal.appintegrator.psid
Class NoSuchPSIDGeneratorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sapportals.portal.appintegrator.psid.NoSuchPSIDGeneratorException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchPSIDGeneratorException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
NoSuchPSIDGeneratorException()
          Constructs a NoSuchPSIDGeneratorException with null as its error message string.
NoSuchPSIDGeneratorException(java.lang.String s)
          Constructs a NoSuchPSIDGeneratorException, saving a reference to the error message string s for later retrieval by the getMessage method.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchPSIDGeneratorException

public NoSuchPSIDGeneratorException()
Constructs a NoSuchPSIDGeneratorException with null as its error message string.

NoSuchPSIDGeneratorException

public NoSuchPSIDGeneratorException(java.lang.String s)
Constructs a NoSuchPSIDGeneratorException, saving a reference to the error message string s for later retrieval by the getMessage method.
Parameters:
s - the detail message.