Skip navigation links

Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.4.0)
E10659-03


oracle.soa.management.facade
Class DuplicatePartitionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.soa.management.facade.DuplicatePartitionException

All Implemented Interfaces:
java.io.Serializable

public class DuplicatePartitionException
extends java.lang.RuntimeException

Indicates an attempt to create a partition with a name that is identical to a partition that already exists.

See Also:
Serialized Form

Constructor Summary
DuplicatePartitionException(java.lang.String message)
           
DuplicatePartitionException(java.lang.String message, java.lang.Throwable cause)
           
DuplicatePartitionException(java.lang.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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

DuplicatePartitionException

public DuplicatePartitionException(java.lang.String message)

DuplicatePartitionException

public DuplicatePartitionException(java.lang.String message,
                                   java.lang.Throwable cause)

DuplicatePartitionException

public DuplicatePartitionException(java.lang.Throwable cause)

Skip navigation links

Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.4.0)
E10659-03


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.