org.netbeans.mdr.persistence
Class StorageBadRequestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.netbeans.mdr.persistence.StorageException
              extended by org.netbeans.mdr.persistence.StorageBadRequestException
All Implemented Interfaces:
java.io.Serializable

public class StorageBadRequestException
extends StorageException

This is thrown when an error caused by an invalid request from another layer occurs in the storage layer.

See Also:
Serialized Form

Constructor Summary
StorageBadRequestException()
          consructs a StorageBadRequestException with a null detailed error message
StorageBadRequestException(java.lang.String msg)
          consructs a StorageBadRequestException with the specified detailed error message
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StorageBadRequestException

public StorageBadRequestException()
consructs a StorageBadRequestException with a null detailed error message


StorageBadRequestException

public StorageBadRequestException(java.lang.String msg)
consructs a StorageBadRequestException with the specified detailed error message

Parameters:
msg - the detailed message


Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.