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, NoteServiceException, NotImplementedException, PageTemplateServiceException, ParameterServiceException, PersonServiceException, PreferenceServiceException, PublicationRightServiceException, PublicationServiceException, PublicationTypeServiceException, SpreadServiceException, 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)