Class PubServerBaseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.priint.pubserverapi.exception.PubServerBaseException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AssignedAccessRightServiceException, CheckedOutDocumentServiceException, DocumentServiceException, DownloadServiceException, MailServiceException, NoteServiceException, NotImplementedException, PageTemplateServiceException, ParameterServiceException, PersonServiceException, PreferenceServiceException, ProjectServiceException, PublicationRightServiceException, PublicationServiceException, PublicationTypeServiceException, RoleServiceException, SpreadServiceException, TeamServiceException, TemplateServiceException, UserServiceException

public class PubServerBaseException extends RuntimeException
See Also:
  • Constructor Details

    • PubServerBaseException

      public PubServerBaseException()
    • PubServerBaseException

      public PubServerBaseException(String message)
    • PubServerBaseException

      public PubServerBaseException(String message, Throwable cause)