Package com.adobe.fd.fp.exception
Class FormsPortalRepositoryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.adobe.fd.fp.exception.FormsPortalException
-
- com.adobe.fd.fp.exception.FormsPortalRepositoryException
-
- All Implemented Interfaces:
java.io.Serializable
public class FormsPortalRepositoryException extends FormsPortalException
This class is excluded from the documentation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormsPortalRepositoryException()
FormsPortalRepositoryException(java.lang.String message)
FormsPortalRepositoryException(java.lang.String code, java.lang.Throwable cause)
FormsPortalRepositoryException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class com.adobe.fd.fp.exception.FormsPortalException
getCode, getMessage, getMessageArgs, setCode, setMessageArgs
-
-
-
-
Constructor Detail
-
FormsPortalRepositoryException
public FormsPortalRepositoryException()
-
FormsPortalRepositoryException
public FormsPortalRepositoryException(java.lang.String code, java.lang.Throwable cause)
-
FormsPortalRepositoryException
public FormsPortalRepositoryException(java.lang.String message)
-
FormsPortalRepositoryException
public FormsPortalRepositoryException(java.lang.Throwable cause)
-
-