|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.liferay.portal.kernel.exception.NestableException com.liferay.portal.kernel.exception.PortalException
public class PortalException
The base class for all exceptions related to business logic. Examples include invalid input, portlet errors, and references to non existent database records.
Portal exceptions are generally caused by user error, and do not indicate that anything is wrong with the portal itself.
SystemException
,
Serialized FormConstructor Summary | |
---|---|
PortalException()
|
|
PortalException(String msg)
|
|
PortalException(String msg,
Throwable cause)
|
|
PortalException(Throwable cause)
|
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PortalException()
public PortalException(String msg)
public PortalException(String msg, Throwable cause)
public PortalException(Throwable cause)
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |