Liferay 7.0-ce-m6

com.liferay.portlet.dynamicdatamapping
Class StorageFieldValueException

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.StorageFieldValueException
All Implemented Interfaces:
Serializable

public class StorageFieldValueException
extends StorageException

See Also:
Serialized Form

Constructor Summary
StorageFieldValueException()
           
StorageFieldValueException(String msg)
           
StorageFieldValueException(String msg, Throwable cause)
           
StorageFieldValueException(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

StorageFieldValueException

public StorageFieldValueException()

StorageFieldValueException

public StorageFieldValueException(String msg)

StorageFieldValueException

public StorageFieldValueException(String msg,
                                  Throwable cause)

StorageFieldValueException

public StorageFieldValueException(Throwable cause)

Liferay 7.0-ce-m6