org.omg.FT
Class CannotMeetCriteria

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.omg.CORBA.UserException
                    |
                    +--org.omg.FT.CannotMeetCriteria
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

public final class CannotMeetCriteria
extends org.omg.CORBA.UserException

See Also:
Serialized Form

Field Summary
 Property[] unmet_criteria
           
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
CannotMeetCriteria()
           
CannotMeetCriteria(Property[] unmet_criteria)
           
CannotMeetCriteria(java.lang.String orb_reason, Property[] unmet_criteria)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

unmet_criteria

public Property[] unmet_criteria
Constructor Detail

CannotMeetCriteria

public CannotMeetCriteria()

CannotMeetCriteria

public CannotMeetCriteria(Property[] unmet_criteria)

CannotMeetCriteria

public CannotMeetCriteria(java.lang.String orb_reason,
                          Property[] unmet_criteria)