Package com.isode.som

Class SomException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SomInvalidCommandArgumentException, SomInvalidTimeStringException, SomTimeoutException, SomUnauthenticatedSessionException

public class SomException extends Exception
Basic Exception class for SOM API
Author:
mst
See Also:
  • Constructor Details

    • SomException

      public SomException(String message)
      Default constructor
      Parameters:
      message - exception details (human friendly)
  • Method Details