de.fzj.unicore.wsrflite.exceptions
Class ResourceNotCreatedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.fzj.unicore.wsrflite.exceptions.ResourceNotCreatedException
All Implemented Interfaces:
Serializable

public class ResourceNotCreatedException
extends Exception

thrown when the server cannot create a new resource

Author:
schuller
See Also:
Serialized Form

Constructor Summary
ResourceNotCreatedException()
           
ResourceNotCreatedException(String message)
           
ResourceNotCreatedException(String message, Throwable cause)
           
ResourceNotCreatedException(Throwable cause)
           
 
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

ResourceNotCreatedException

public ResourceNotCreatedException()

ResourceNotCreatedException

public ResourceNotCreatedException(String message)

ResourceNotCreatedException

public ResourceNotCreatedException(String message,
                                   Throwable cause)

ResourceNotCreatedException

public ResourceNotCreatedException(Throwable cause)


Copyright © 2010. All Rights Reserved.