Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.atom
Class AtomException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.liferay.portal.kernel.exception.NestableException
              extended by com.liferay.portal.kernel.exception.PortalException
                  extended by com.liferay.portal.kernel.atom.AtomException
All Implemented Interfaces:
Serializable

public class AtomException
extends PortalException

See Also:
Serialized Form

Constructor Summary
AtomException(int errorCode)
           
AtomException(int errorCode, Throwable cause)
           
AtomException(String msg)
           
 
Method Summary
 int getErrorCode()
           
 
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

AtomException

public AtomException(int errorCode)

AtomException

public AtomException(int errorCode,
                     Throwable cause)

AtomException

public AtomException(String msg)
Method Detail

getErrorCode

public int getErrorCode()

Liferay 6.1.2-ce-ga3