atg.svc.repository.service.exception
Class SolutionFieldStorageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.servlet.jsp.JspException
              extended by atg.svc.exception.SvcException
                  extended by 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
 
Constructor Summary
SolutionFieldStorageException(java.lang.String msg)
           
SolutionFieldStorageException(java.lang.String msg, java.lang.Throwable cause)
           
SolutionFieldStorageException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class atg.svc.exception.SvcException
getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setSourceException, toString, toString
 
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
 

Field Detail

CLASS_VERSION

public static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Constructor Detail

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)