Class Loop54Exception

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.loop54.exceptions.Loop54Exception
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClientInfoException, EngineNotReachableException, EngineStatusCodeException, SerializationException

public class Loop54Exception extends Exception
Base class for all Loop54-specific checked exceptions.
See Also:
  • Constructor Details

    • Loop54Exception

      public Loop54Exception(String message)
    • Loop54Exception

      public Loop54Exception(Exception cause)
    • Loop54Exception

      public Loop54Exception(String message, Exception cause)