Package Summary  Overview Summary

class:RelationTypeNotFoundException [NONE]

All Implemented Interfaces:
Serializable

public class RelationTypeNotFoundException
extends RelationException
This exception is raised when there is no relation type with given name in Relation Service.
Since:
1.5
See Also:
Serialized Form

constructor:RelationTypeNotFoundException() [NONE]

  • RelationTypeNotFoundException

    public RelationTypeNotFoundException()
    Default constructor, no message put in exception.
  • constructor:RelationTypeNotFoundException(java.lang.String) [NONE]

    RelationTypeNotFoundException

    public RelationTypeNotFoundException?(String message)
    Constructor with given message put in exception.
    Parameters:
    message - the detail message.

    © 2020 Oracle Corporation and/or its affiliates