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

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

public static class CliUtils.NoMetadataException
extends Exception

Exception thrown when a user has selected something that doesn't have any metadata.

See Also:
Serialized Form

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

public CliUtils.NoMetadataException()
Default constructor.


CliUtils.NoMetadataException

public CliUtils.NoMetadataException(String message)
Standard Constructor.

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

CliUtils.NoMetadataException

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

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

CliUtils.NoMetadataException

public CliUtils.NoMetadataException(Throwable cause)
Standard Constructor.

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


Copyright © 2004-2013. All Rights Reserved.