Class SampException

All Implemented Interfaces:
Serializable

public class SampException extends IOException
Exception thrown when some error occurs in SAMP processing. Note that this is a subclass of IOException.
Since:
15 Jul 2008
Author:
Mark Taylor
See Also:
  • Constructor Details

    • SampException

      public SampException()
      Constructs an exception with no message.
    • SampException

      public SampException(String msg)
      Consructs an exception with a given message.
      Parameters:
      msg - message
    • SampException

      public SampException(Throwable cause)
      Constructs an exception with a given cause.
      Parameters:
      cause - cause of this exception
    • SampException

      public SampException(String msg, Throwable cause)
      Constructs an exception with a given message and cause.
      Parameters:
      msg - message
      cause - cause of this exception