jenkins.plugins.publish_over
Class BapPublisherException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jenkins.plugins.publish_over.BapPublisherException
All Implemented Interfaces:
java.io.Serializable

public class BapPublisherException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
BapPublisherException(java.lang.String message)
           
BapPublisherException(java.lang.String message, java.lang.Throwable t)
           
 
Method Summary
static void exception(BPClient client, java.lang.String message)
           
static void exception(BPClient client, java.lang.String message, java.lang.Throwable throwable)
           
 
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

BapPublisherException

public BapPublisherException(java.lang.String message)

BapPublisherException

public BapPublisherException(java.lang.String message,
                             java.lang.Throwable t)
Method Detail

exception

public static void exception(BPClient client,
                             java.lang.String message)

exception

public static void exception(BPClient client,
                             java.lang.String message,
                             java.lang.Throwable throwable)


Copyright © 2011. All Rights Reserved.