Class UnsupportedAddressClassException

All Implemented Interfaces:
Serializable

public class UnsupportedAddressClassException extends MessageException
The UnsupportedAddressClassException indicates a message exception caused by unsupported address class. When this exception is thrown, the target address class is not supported by the entity that is to sent the message and that operation will be canceled.
Version:
1.6
Author:
Frank Fock
See Also:
  • Constructor Details

    • UnsupportedAddressClassException

      public UnsupportedAddressClassException(String message, Class addressClass)
  • Method Details

    • getAddressClass

      public Class getAddressClass()
      Returns the class of the address class that is not supported.
      Returns:
      a Class.