com.sapportals.portal.prt.pom
Class PortalOMException

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

public class PortalOMException
extends PortalRuntimeException

An Exception for POM related issues.

See Also:
Serialized Form

Constructor Summary
PortalOMException(java.lang.String message)
           
PortalOMException(java.lang.String message, java.lang.Throwable cause)
           
PortalOMException(java.lang.Throwable cause)
           
 
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

PortalOMException

public PortalOMException(java.lang.String message)
Parameters:
message - The detail message

PortalOMException

public PortalOMException(java.lang.Throwable cause)
Parameters:
cause - The cause of this exception

PortalOMException

public PortalOMException(java.lang.String message,
                         java.lang.Throwable cause)
Parameters:
message - The detail message
cause - The cause of this exception