Package org.structr.rest.exception

Examples of org.structr.rest.exception.IllegalMethodException


    throw new IllegalMethodException();
  }

  @Override
  public RestMethodResult doHead() throws FrameworkException {
    throw new IllegalMethodException();
  }
View Full Code Here


  }

  @Override
  public RestMethodResult doOptions() throws FrameworkException {

    throw new IllegalMethodException();

  }
View Full Code Here

TOP

Related Classes of org.structr.rest.exception.IllegalMethodException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.