Liferay 6.2-ce-ga5

com.liferay.portlet.dynamicdatamapping
Class StorageFieldRequiredException

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.portlet.dynamicdatamapping.StorageException
                      extended by com.liferay.portlet.dynamicdatamapping.StorageFieldRequiredException
All Implemented Interfaces:
Serializable

public class StorageFieldRequiredException
extends StorageException

See Also:
Serialized Form

Constructor Summary
StorageFieldRequiredException()
           
StorageFieldRequiredException(String msg)
           
StorageFieldRequiredException(String msg, Throwable cause)
           
StorageFieldRequiredException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

StorageFieldRequiredException

public StorageFieldRequiredException()

StorageFieldRequiredException

public StorageFieldRequiredException(String msg)

StorageFieldRequiredException

public StorageFieldRequiredException(String msg,
                                     Throwable cause)

StorageFieldRequiredException

public StorageFieldRequiredException(Throwable cause)

Liferay 6.2-ce-ga5