Package 

Class NoSuchMirrorException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public final class NoSuchMirrorException
    extends MirrorException
                        

    Thrown when a Mirror was requested but could not be found (e.g. no methods exist with the given name and parameters)

    • Constructor Detail

      • NoSuchMirrorException

        NoSuchMirrorException()
      • NoSuchMirrorException

        NoSuchMirrorException(String message)
      • NoSuchMirrorException

        NoSuchMirrorException(String message, Throwable cause)
      • NoSuchMirrorException

        NoSuchMirrorException(Throwable cause)