Class FriendRehostingException

  • All Implemented Interfaces:
    Serializable

    public class FriendRehostingException
    extends Exception
    Thrown when a problem with the re-hosting (control) task occurs.
    Since:
    3.1.1
    See Also:
    Serialized Form
    • Constructor Detail

      • FriendRehostingException

        public FriendRehostingException​(String message)
        Constructs a new exception with the specified detail message.
        Parameters:
        message - the detail message.
      • FriendRehostingException

        public FriendRehostingException​(String message,
                                        Throwable cause)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        message - the detail message.
        cause - the cause.