atg.svc.repository.service.exception
Class SolutionFieldStorageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.jsp.JspException
atg.svc.exception.SvcException
atg.svc.repository.service.exception.SolutionFieldStorageException
- All Implemented Interfaces:
- atg.core.exception.ContainableException, java.io.Serializable
public class SolutionFieldStorageException
- extends SvcException
An error occurred either encoding, decoding or storing the custom fields for a solution
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
CLASS_VERSION
Class version string |
Methods inherited from class javax.servlet.jsp.JspException |
getRootCause |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CLASS_VERSION
public static final java.lang.String CLASS_VERSION
- Class version string
- See Also:
- Constant Field Values
SolutionFieldStorageException
public SolutionFieldStorageException(java.lang.String msg,
java.lang.Throwable cause)
SolutionFieldStorageException
public SolutionFieldStorageException(java.lang.Throwable cause)
SolutionFieldStorageException
public SolutionFieldStorageException(java.lang.String msg)