Class AccessException

All Implemented Interfaces:
Serializable

public class AccessException extends DSAccessException
Reports an error occurred while trying to pull out data from the server.
See Also:
  • Constructor Details

    • AccessException

      public AccessException(String message, Throwable cause)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      message - Short explanation of the problem.
      cause - The exception that caused this one to be risen.
    • AccessException

      public AccessException(Throwable cause)
      Constructs a new exception with a general message and the cause.
      Parameters:
      cause - The exception that caused this one to be risen.