Package org.jscsi.core.exceptions

Examples of org.jscsi.core.exceptions.NotImplementedException


         this.callback.success();
      }

      public void terminateDataTransfer(Nexus nexus, long commandReferenceNumber)
      {
         throw new NotImplementedException("transfer termination ability must be implemented");
      }
View Full Code Here


      supportedPages.addSupportedCode(0x83);
   }

   protected void populateDeviceIdentificationVPD()
   {
      throw new NotImplementedException("Device Identification VPD must be populated");
      // TODO:
   }
View Full Code Here

TOP

Related Classes of org.jscsi.core.exceptions.NotImplementedException

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.