Class TransletNotFoundException

All Implemented Interfaces:
Serializable

public class TransletNotFoundException extends ActivityException
Checked exception thrown when an attempt is made to access a translet that does not exist.

Created: 2008. 01. 07 AM 3:35:55

See Also:
  • Constructor Details

    • TransletNotFoundException

      public TransletNotFoundException(String requestName)
      Constructor to create exception with a message.
      Parameters:
      requestName - the request name
    • TransletNotFoundException

      public TransletNotFoundException(String requestName, MethodType requestMethod)
      Constructor to create exception with a message.
      Parameters:
      requestName - the request name
      requestMethod - the request method
  • Method Details

    • getTransletName

      public String getTransletName()
    • getRequestMethod

      public MethodType getRequestMethod()
    • getRequestMethod

      public MethodType getRequestMethod(MethodType defaultRequestMethod)