com.sonyericsson.hudson.plugins.metadata.cli
Class CliUtils.NoItemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sonyericsson.hudson.plugins.metadata.cli.CliUtils.NoItemException
All Implemented Interfaces:
Serializable
Enclosing class:
CliUtils

public static class CliUtils.NoItemException
extends Exception

Exception thrown when the user has selected something that doesn't exist.

See Also:
Serialized Form

Constructor Summary
CliUtils.NoItemException()
          Default constructor.
CliUtils.NoItemException(String message)
          Standard Constructor.
CliUtils.NoItemException(String message, Throwable cause)
          Standard Constructor.
CliUtils.NoItemException(Throwable cause)
          Standard Constructor.
 
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

CliUtils.NoItemException

public CliUtils.NoItemException()
Default constructor.


CliUtils.NoItemException

public CliUtils.NoItemException(String message)
Standard Constructor.

Parameters:
message - the message.
See Also:
Exception.Exception(String)

CliUtils.NoItemException

public CliUtils.NoItemException(String message,
                                Throwable cause)
Standard Constructor.

Parameters:
message - the message.
cause - the cause.
See Also:
Exception.Exception(String, Throwable)

CliUtils.NoItemException

public CliUtils.NoItemException(Throwable cause)
Standard Constructor.

Parameters:
cause - the cause.
See Also:
Exception.Exception(Throwable)


Copyright © 2004-2013. All Rights Reserved.