|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.sapportals.portal.prt.runtime.PortalRuntimeException
|
+--com.sapportals.portal.prt.pom.PortalOMException
An Exception for POM related issues.
| 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 |
public PortalOMException(java.lang.String message)
message - The detail messagepublic PortalOMException(java.lang.Throwable cause)
cause - The cause of this exception
public PortalOMException(java.lang.String message,
java.lang.Throwable cause)
message - The detail messagecause - The cause of this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||