Class RasnetException

All Implemented Interfaces:
Serializable

public class RasnetException extends RuntimeException
See Also:
  • Constructor Details

    • RasnetException

      public RasnetException()
    • RasnetException

      public RasnetException(String message)
    • RasnetException

      public RasnetException(String message, Throwable cause)
    • RasnetException

      public RasnetException(Throwable cause)
    • RasnetException

      public RasnetException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)