Class InternalError

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sap.cloud.mt.subscription.exceptions.InternalError
All Implemented Interfaces:
Serializable

public class InternalError extends Exception
See Also:
  • Constructor Details

    • InternalError

      public InternalError(String message)
    • InternalError

      public InternalError(Throwable cause)
    • InternalError

      public InternalError(String message, Throwable cause)